Html Css Color HEX #65FFEB Baby Blue

📋 copy color: '#65FFEB'

red 101 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #65FFEB

Tints of Baby Blue #65FFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 43.15%

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

R = 17.09%
G = 43.15%
B = 39.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#65FFEB (or 0x65FFEB) is known color: Baby Blue. HEX triplet: 65, FF and EB. RGB value is (101,255,235). Sum of RGB (Red+Green+Blue) = 101+255+235=591 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.09% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFEB is #9A0014. Grayscale: #CECECE. Windows color (decimal): -10092565 or 15466341. OLE color: 15466341.

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

Color convert

RGB 101 255 235 -
CMYK 0.60 0 0.08 0
HSL 172.21º 1% 0.7% -
HSV(B) 172.21º 0.6% 1% -
XYZ 56.12 80.28 91.14 -
YUV 206.67 143.98 52.63 -
System Red Green Blue C M Y K H S L
Decimal 101 255 235 0.60 0 0.08 0 172.21 1 0.7
Hex 65 FF EB 3C 0 8 0 AC 64 46
Octal 145 377 353 74 0 10 0 254 144 106
Binary 1100101 11111111 11101011 111100 0 1000 0 10101100 1100100 1000110

Color Harmonies of #65FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FFEB

Black with #65FFEB

Text Example


Text Example

White with #65FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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