Html Css Color HEX #65FEEB Baby Blue

📋 copy color: '#65FEEB'

red 101 ◦ green 254 ◦ blue 235

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

Shades of Baby Blue #65FEEB

Tints of Baby Blue #65FEEB

RGB

 RED value IS 101 (39.84% from 255) = 17.12%

 GREEN value IS 254 (99.61% from 255) = 43.05%

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

R = 17.12%
G = 43.05%
B = 39.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#65FEEB (or 0x65FEEB) is known color: Baby Blue. HEX triplet: 65, FE and EB. RGB value is (101,254,235). Sum of RGB (Red+Green+Blue) = 101+254+235=590 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.12% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEEB is #9A0114. Grayscale: #CECECE. Windows color (decimal): -10092821 or 15466085. OLE color: 15466085.

HSL color Cylindrical-coordinate representation of color #65FEEB: hue angle of 172.55º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEEB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 254 235 -
CMYK 0.60 0 0.07 0.00
HSL 172.55º 0.99% 0.7% -
HSV(B) 172.55º 0.6% 1% -
XYZ 55.8 79.65 91.03 -
YUV 206.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 101 254 235 0.60 0 0.07 0.00 172.55 0.99 0.7
Hex 65 FE EB 3C 0 7 0 AD 63 46
Octal 145 376 353 74 0 7 0 255 143 106
Binary 1100101 11111110 11101011 111100 0 111 0 10101101 1100011 1000110

Color Harmonies of #65FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FEEB

Black with #65FEEB

Text Example


Text Example

White with #65FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65FEEB; }

 p { color: rgb(101,254,235); }

 H1.HeaderClassName
 {
   color: #65FEEB;
 }
 .AnyTagClassName
 {
   color: #65FEEB;
 }
</style>

background-color css

<style>
 a { background-color: #65FEEB; }

 a { background-color: rgb(101,254,235); }

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

border-color css

<style>
 span { border-color: #65FEEB; }

 span { border-color: rgb(101,254,235); }

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