Html Css Color HEX #66FCF5 Baby Blue

📋 copy color: '#66FCF5'

red 102 ◦ green 252 ◦ blue 245

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

Shades of Baby Blue #66FCF5

Tints of Baby Blue #66FCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.9%

R = 17.03%
G = 42.07%
B = 40.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#66FCF5 (or 0x66FCF5) is known color: Baby Blue. HEX triplet: 66, FC and F5. RGB value is (102,252,245). Sum of RGB (Red+Green+Blue) = 102+252+245=599 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17.03% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCF5 is #99030A. Grayscale: #CECECE. Windows color (decimal): -10027787 or 16120934. OLE color: 16120934.

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

Color convert

RGB 102 252 245 -
CMYK 0.60 0 0.03 0.01
HSL 177.2º 0.96% 0.69% -
HSV(B) 177.2º 0.6% 0.99% -
XYZ 56.77 79.04 98.65 -
YUV 206.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 102 252 245 0.60 0 0.03 0.01 177.2 0.96 0.69
Hex 66 FC F5 3C 0 3 1 B1 60 45
Octal 146 374 365 74 0 3 1 261 140 105
Binary 1100110 11111100 11110101 111100 0 11 1 10110001 1100000 1000101

Color Harmonies of #66FCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCF5

Black with #66FCF5

Text Example


Text Example

White with #66FCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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