Html Css Color HEX #66FBED Baby Blue

📋 copy color: '#66FBED'

red 102 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #66FBED

Tints of Baby Blue #66FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.54%

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

R = 17.29%
G = 42.54%
B = 40.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#66FBED (or 0x66FBED) is known color: Baby Blue. HEX triplet: 66, FB and ED. RGB value is (102,251,237). Sum of RGB (Red+Green+Blue) = 102+251+237=590 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.29% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FBED is #990412. Grayscale: #CCCCCC. Windows color (decimal): -10028051 or 15596390. OLE color: 15596390.

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

Color convert

RGB 102 251 237 -
CMYK 0.59 0 0.06 0.02
HSL 174.36º 0.95% 0.69% -
HSV(B) 174.36º 0.59% 0.98% -
XYZ 55.26 77.93 92.25 -
YUV 204.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 102 251 237 0.59 0 0.06 0.02 174.36 0.95 0.69
Hex 66 FB ED 3B 0 6 2 AE 5F 45
Octal 146 373 355 73 0 6 2 256 137 105
Binary 1100110 11111011 11101101 111011 0 110 10 10101110 1011111 1000101

Color Harmonies of #66FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FBED

Black with #66FBED

Text Example


Text Example

White with #66FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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