Html Css Color HEX #66EFFF Baby Blue

📋 copy color: '#66EFFF'

red 102 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #66EFFF

Tints of Baby Blue #66EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.1%

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

R = 17.11%
G = 40.1%
B = 42.79%

CMYK

 C value IS 0.6

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66EFFF (or 0x66EFFF) is known color: Baby Blue. HEX triplet: 66, EF and FF. RGB value is (102,239,255). Sum of RGB (Red+Green+Blue) = 102+239+255=596 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.11% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFFF is #991000. Grayscale: #C7C7C7. Windows color (decimal): -10031105 or 16772966. OLE color: 16772966.

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

Color convert

RGB 102 239 255 -
CMYK 0.6 0.06 0 0
HSL 186.27º 1% 0.7% -
HSV(B) 186.27º 0.6% 1% -
XYZ 54.4 71.78 105.6 -
YUV 199.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 102 239 255 0.6 0.06 0 0 186.27 1 0.7
Hex 66 EF FF 3C 6 0 0 BA 64 46
Octal 146 357 377 74 6 0 0 272 144 106
Binary 1100110 11101111 11111111 111100 110 0 0 10111010 1100100 1000110

Color Harmonies of #66EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFFF

Black with #66EFFF

Text Example


Text Example

White with #66EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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