#3cfaff

Color #3CFAFF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #3CFAFF

Tints of Baby Blue #3CFAFF

Color information

#3CFAFF (or 0x3CFAFF) is unknown color: approx Baby Blue. HEX triplet: 3C, FA and FF. RGB value is (60,250,255). Sum of RGB (Red+Green+Blue) = 60+250+255=565 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.62% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFAFF is #C30500. Grayscale: #C1C1C1. Windows color (decimal): -12780801 or 16775740. OLE color: 16775740.

HSL color Cylindrical-coordinate representation of color #3CFAFF: hue angle of 181.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFAFF is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60250255-
CMYK0.760.0200
HSL181.54º100%61.76%-
HSV(B)181.54º76.47%100%-
XYZ54.176.55106.53-
YUV193.76162.5532.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 10.62%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 255 (100% from 255) = 45.13%
R=10.62%
G=44.25%
B=45.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602502550.760.0200181.5410061.76
Hex3CFAFF4C200b6643e
Octal7437237711420026614476
Binary111100111110101111111110011001000101101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cfaff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3cfaff; }

 p { color: rgb(60,250,255); }

 H1.HeaderClassName
 {
   color: #3cfaff;
 }
 .AnyTagClassName
 {
   color: #3cfaff;
 }
</style>
background-color css

<style>
 a { background-color: #3cfaff; }

 a { background-color: rgb(60,250,255); }

 div.DivClassName
 {
   background-color: #3cfaff;
 }
 .BgClassName
 {
   background-color: #3cfaff;
 }
</style>
border-color css

<style>
 span { border-color: #3cfaff; }

 span { border-color: rgb(60,250,255); }

 td.TdClassName
 {
   border-color: #3cfaff;
 }
 .TagClassName
 {
   border-color: #3cfaff;
 }
</style>