Html Css Color HEX #66EDF5 Baby Blue

📋 copy color: '#66EDF5'

red 102 ◦ green 237 ◦ blue 245

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

Shades of Baby Blue #66EDF5

Tints of Baby Blue #66EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

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

R = 17.47%
G = 40.58%
B = 41.95%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#66EDF5 (or 0x66EDF5) is known color: Baby Blue. HEX triplet: 66, ED and F5. RGB value is (102,237,245). Sum of RGB (Red+Green+Blue) = 102+237+245=584 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.47% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #66EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDF5 is #99120A. Grayscale: #C5C5C5. Windows color (decimal): -10031627 or 16117094. OLE color: 16117094.

HSL color Cylindrical-coordinate representation of color #66EDF5: hue angle of 183.36º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66EDF5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 237 245 -
CMYK 0.58 0.03 0 0.04
HSL 183.36º 0.88% 0.68% -
HSV(B) 183.36º 0.58% 0.96% -
XYZ 52.25 69.99 97.14 -
YUV 197.55 154.77 59.85 -
System Red Green Blue C M Y K H S L
Decimal 102 237 245 0.58 0.03 0 0.04 183.36 0.88 0.68
Hex 66 ED F5 3A 3 0 4 B7 58 44
Octal 146 355 365 72 3 0 4 267 130 104
Binary 1100110 11101101 11110101 111010 11 0 100 10110111 1011000 1000100

Color Harmonies of #66EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EDF5

Black with #66EDF5

Text Example


Text Example

White with #66EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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