Html Css Color HEX #66EEF3 Baby Blue

📋 copy color: '#66EEF3'

red 102 ◦ green 238 ◦ blue 243

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

Shades of Baby Blue #66EEF3

Tints of Baby Blue #66EEF3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.82%

 BLUE value IS 243 (95.31% from 255) = 41.68%

R = 17.5%
G = 40.82%
B = 41.68%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66EEF3 (or 0x66EEF3) is known color: Baby Blue. HEX triplet: 66, EE and F3. RGB value is (102,238,243). Sum of RGB (Red+Green+Blue) = 102+238+243=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #66EEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEF3 is #99110C. Grayscale: #C5C5C5. Windows color (decimal): -10031373 or 15986278. OLE color: 15986278.

HSL color Cylindrical-coordinate representation of color #66EEF3: hue angle of 182.13º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66EEF3 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 238 243 -
CMYK 0.58 0.02 0 0.05
HSL 182.13º 0.85% 0.68% -
HSV(B) 182.13º 0.58% 0.95% -
XYZ 52.23 70.44 95.64 -
YUV 197.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 102 238 243 0.58 0.02 0 0.05 182.13 0.85 0.68
Hex 66 EE F3 3A 2 0 5 B6 55 44
Octal 146 356 363 72 2 0 5 266 125 104
Binary 1100110 11101110 11110011 111010 10 0 101 10110110 1010101 1000100

Color Harmonies of #66EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEF3

Black with #66EEF3

Text Example


Text Example

White with #66EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,238,243); }

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

background-color css

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

 a { background-color: rgb(102,238,243); }

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

border-color css

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

 span { border-color: rgb(102,238,243); }

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