Html Css Color HEX #64FBED Baby Blue

📋 copy color: '#64FBED'

red 100 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #64FBED

Tints of Baby Blue #64FBED

RGB

 RED value IS 100 (39.45% from 255) = 17.01%

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

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

R = 17.01%
G = 42.69%
B = 40.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#64FBED (or 0x64FBED) is known color: Baby Blue. HEX triplet: 64, FB and ED. RGB value is (100,251,237). Sum of RGB (Red+Green+Blue) = 100+251+237=588 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.01% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBED is #9B0412. Grayscale: #CCCCCC. Windows color (decimal): -10159123 or 15596388. OLE color: 15596388.

HSL color Cylindrical-coordinate representation of color #64FBED: hue angle of 174.44º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBED is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 251 237 -
CMYK 0.60 0 0.06 0.02
HSL 174.44º 0.95% 0.69% -
HSV(B) 174.44º 0.6% 0.98% -
XYZ 55.04 77.82 92.24 -
YUV 204.26 146.47 53.64 -
System Red Green Blue C M Y K H S L
Decimal 100 251 237 0.60 0 0.06 0.02 174.44 0.95 0.69
Hex 64 FB ED 3C 0 6 2 AE 5F 45
Octal 144 373 355 74 0 6 2 256 137 105
Binary 1100100 11111011 11101101 111100 0 110 10 10101110 1011111 1000101

Color Harmonies of #64FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FBED

Black with #64FBED

Text Example


Text Example

White with #64FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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