Html Css Color HEX #66FDED Baby Blue

📋 copy color: '#66FDED'

red 102 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #66FDED

Tints of Baby Blue #66FDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.74%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 17.23%
G = 42.74%
B = 40.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#66FDED (or 0x66FDED) is known color: Baby Blue. HEX triplet: 66, FD and ED. RGB value is (102,253,237). Sum of RGB (Red+Green+Blue) = 102+253+237=592 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.23% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FDED is #990212. Grayscale: #CDCDCD. Windows color (decimal): -10027539 or 15596902. OLE color: 15596902.

HSL color Cylindrical-coordinate representation of color #66FDED: hue angle of 173.64º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FDED is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 253 237 -
CMYK 0.60 0 0.06 0.01
HSL 173.64º 0.97% 0.7% -
HSV(B) 173.64º 0.6% 0.99% -
XYZ 55.89 79.19 92.46 -
YUV 206.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 102 253 237 0.60 0 0.06 0.01 173.64 0.97 0.7
Hex 66 FD ED 3C 0 6 1 AE 61 46
Octal 146 375 355 74 0 6 1 256 141 106
Binary 1100110 11111101 11101101 111100 0 110 1 10101110 1100001 1000110

Color Harmonies of #66FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FDED

Black with #66FDED

Text Example


Text Example

White with #66FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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