Html Css Color HEX #66FCFF Baby Blue

📋 copy color: '#66FCFF'

red 102 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #66FCFF

Tints of Baby Blue #66FCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.87%

R = 16.75%
G = 41.38%
B = 41.87%

CMYK

 C value IS 0.6

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66FCFF (or 0x66FCFF) is known color: Baby Blue. HEX triplet: 66, FC and FF. RGB value is (102,252,255). Sum of RGB (Red+Green+Blue) = 102+252+255=609 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.75% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #66FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCFF is #990300. Grayscale: #CFCFCF. Windows color (decimal): -10027777 or 16776294. OLE color: 16776294.

HSL color Cylindrical-coordinate representation of color #66FCFF: hue angle of 181.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCFF is Cyan = 0.6, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 252 255 -
CMYK 0.6 0.01 0 0
HSL 181.18º 1% 0.7% -
HSV(B) 181.18º 0.6% 1% -
XYZ 58.34 79.67 106.91 -
YUV 207.49 154.81 52.76 -
System Red Green Blue C M Y K H S L
Decimal 102 252 255 0.6 0.01 0 0 181.18 1 0.7
Hex 66 FC FF 3C 1 0 0 B5 64 46
Octal 146 374 377 74 1 0 0 265 144 106
Binary 1100110 11111100 11111111 111100 1 0 0 10110101 1100100 1000110

Color Harmonies of #66FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCFF

Black with #66FCFF

Text Example


Text Example

White with #66FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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