Html Css Color HEX #66FCF0 Baby Blue

📋 copy color: '#66FCF0'

red 102 ◦ green 252 ◦ blue 240

#66FCF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #66FCF0

Tints of Baby Blue #66FCF0

RGB

 RED value IS 102 (40.23% from 255) = 17.17%

 GREEN value IS 252 (98.83% from 255) = 42.42%

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 17.17%
G = 42.42%
B = 40.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#66FCF0 (or 0x66FCF0) is known color: Baby Blue. HEX triplet: 66, FC and F0. RGB value is (102,252,240). Sum of RGB (Red+Green+Blue) = 102+252+240=594 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.17% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCF0 is #99030F. Grayscale: #CDCDCD. Windows color (decimal): -10027792 or 15793254. OLE color: 15793254.

HSL color Cylindrical-coordinate representation of color #66FCF0: hue angle of 175.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCF0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 252 240 -
CMYK 0.60 0 0.05 0.01
HSL 175.2º 0.96% 0.69% -
HSV(B) 175.2º 0.6% 0.99% -
XYZ 56.02 78.74 94.68 -
YUV 205.78 147.31 53.98 -
System Red Green Blue C M Y K H S L
Decimal 102 252 240 0.60 0 0.05 0.01 175.2 0.96 0.69
Hex 66 FC F0 3C 0 5 1 AF 60 45
Octal 146 374 360 74 0 5 1 257 140 105
Binary 1100110 11111100 11110000 111100 0 101 1 10101111 1100000 1000101

Color Harmonies of #66FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCF0

Black with #66FCF0

Text Example


Text Example

White with #66FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66FCF0; }

 p { color: rgb(102,252,240); }

 H1.HeaderClassName
 {
   color: #66FCF0;
 }
 .AnyTagClassName
 {
   color: #66FCF0;
 }
</style>

background-color css

<style>
 a { background-color: #66FCF0; }

 a { background-color: rgb(102,252,240); }

 div.DivClassName
 {
   background-color: #66FCF0;
 }
 .BgClassName
 {
   background-color: #66FCF0;
 }
</style>

border-color css

<style>
 span { border-color: #66FCF0; }

 span { border-color: rgb(102,252,240); }

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