Html Css Color HEX #66FDFF Baby Blue

📋 copy color: '#66FDFF'

red 102 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #66FDFF

Tints of Baby Blue #66FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.48%

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

R = 16.72%
G = 41.48%
B = 41.8%

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

#66FDFF (or 0x66FDFF) is known color: Baby Blue. HEX triplet: 66, FD and FF. RGB value is (102,253,255). Sum of RGB (Red+Green+Blue) = 102+253+255=610 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.72% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #66FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FDFF is #990200. Grayscale: #CFCFCF. Windows color (decimal): -10027521 or 16776550. OLE color: 16776550.

HSL color Cylindrical-coordinate representation of color #66FDFF: hue angle of 180.78º 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 #66FDFF is Cyan = 0.6, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 253 255 -
CMYK 0.6 0.01 0 0
HSL 180.78º 1% 0.7% -
HSV(B) 180.78º 0.6% 1% -
XYZ 58.65 80.3 107.01 -
YUV 208.08 154.47 52.34 -
System Red Green Blue C M Y K H S L
Decimal 102 253 255 0.6 0.01 0 0 180.78 1 0.7
Hex 66 FD FF 3C 1 0 0 B5 64 46
Octal 146 375 377 74 1 0 0 265 144 106
Binary 1100110 11111101 11111111 111100 1 0 0 10110101 1100100 1000110

Color Harmonies of #66FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FDFF

Black with #66FDFF

Text Example


Text Example

White with #66FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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