Html Css Color HEX #66F0FA Baby Blue

📋 copy color: '#66F0FA'

red 102 ◦ green 240 ◦ blue 250

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

Shades of Baby Blue #66F0FA

Tints of Baby Blue #66F0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 17.23%
G = 40.54%
B = 42.23%

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

#66F0FA (or 0x66F0FA) is known color: Baby Blue. HEX triplet: 66, F0 and FA. RGB value is (102,240,250). Sum of RGB (Red+Green+Blue) = 102+240+250=592 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.23% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #66F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F0FA is #990F05. Grayscale: #C7C7C7. Windows color (decimal): -10030854 or 16445542. OLE color: 16445542.

HSL color Cylindrical-coordinate representation of color #66F0FA: hue angle of 184.05º degrees, saturation: 0.94, 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 #66F0FA is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 240 250 -
CMYK 0.59 0.04 0 0.02
HSL 184.05º 0.94% 0.69% -
HSV(B) 184.05º 0.59% 0.98% -
XYZ 53.89 72.05 101.51 -
YUV 199.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 102 240 250 0.59 0.04 0 0.02 184.05 0.94 0.69
Hex 66 F0 FA 3B 4 0 2 B8 5E 45
Octal 146 360 372 73 4 0 2 270 136 105
Binary 1100110 11110000 11111010 111011 100 0 10 10111000 1011110 1000101

Color Harmonies of #66F0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F0FA

Black with #66F0FA

Text Example


Text Example

White with #66F0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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