Html Css Color HEX #64FBEB Baby Blue

📋 copy color: '#64FBEB'

red 100 ◦ green 251 ◦ blue 235

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

Shades of Baby Blue #64FBEB

Tints of Baby Blue #64FBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 17.06%
G = 42.83%
B = 40.1%

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

#64FBEB (or 0x64FBEB) is known color: Baby Blue. HEX triplet: 64, FB and EB. RGB value is (100,251,235). Sum of RGB (Red+Green+Blue) = 100+251+235=586 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.06% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBEB is #9B0414. Grayscale: #CBCBCB. Windows color (decimal): -10159125 or 15465316. OLE color: 15465316.

HSL color Cylindrical-coordinate representation of color #64FBEB: hue angle of 173.64º 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 #64FBEB is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 251 235 -
CMYK 0.60 0 0.06 0.02
HSL 173.64º 0.95% 0.69% -
HSV(B) 173.64º 0.6% 0.98% -
XYZ 54.75 77.7 90.71 -
YUV 204.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 100 251 235 0.60 0 0.06 0.02 173.64 0.95 0.69
Hex 64 FB EB 3C 0 6 2 AE 5F 45
Octal 144 373 353 74 0 6 2 256 137 105
Binary 1100100 11111011 11101011 111100 0 110 10 10101110 1011111 1000101

Color Harmonies of #64FBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FBEB

Black with #64FBEB

Text Example


Text Example

White with #64FBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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