Html Css Color HEX #66F2FB Baby Blue

📋 copy color: '#66F2FB'

red 102 ◦ green 242 ◦ blue 251

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

Shades of Baby Blue #66F2FB

Tints of Baby Blue #66F2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 17.14%
G = 40.67%
B = 42.18%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66F2FB (or 0x66F2FB) is known color: Baby Blue. HEX triplet: 66, F2 and FB. RGB value is (102,242,251). Sum of RGB (Red+Green+Blue) = 102+242+251=595 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.14% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #66F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F2FB is #990D04. Grayscale: #C8C8C8. Windows color (decimal): -10030341 or 16511590. OLE color: 16511590.

HSL color Cylindrical-coordinate representation of color #66F2FB: hue angle of 183.62º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F2FB is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 242 251 -
CMYK 0.59 0.04 0 0.02
HSL 183.62º 0.95% 0.69% -
HSV(B) 183.62º 0.59% 0.98% -
XYZ 54.64 73.29 102.53 -
YUV 201.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 102 242 251 0.59 0.04 0 0.02 183.62 0.95 0.69
Hex 66 F2 FB 3B 4 0 2 B8 5F 45
Octal 146 362 373 73 4 0 2 270 137 105
Binary 1100110 11110010 11111011 111011 100 0 10 10111000 1011111 1000101

Color Harmonies of #66F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2FB

Black with #66F2FB

Text Example


Text Example

White with #66F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,242,251); }

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

background-color css

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

 a { background-color: rgb(102,242,251); }

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

border-color css

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

 span { border-color: rgb(102,242,251); }

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