Html Css Color HEX #65EEFE Baby Blue

📋 copy color: '#65EEFE'

red 101 ◦ green 238 ◦ blue 254

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

Shades of Baby Blue #65EEFE

Tints of Baby Blue #65EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.13%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 17.03%
G = 40.13%
B = 42.83%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65EEFE (or 0x65EEFE) is known color: Baby Blue. HEX triplet: 65, EE and FE. RGB value is (101,238,254). Sum of RGB (Red+Green+Blue) = 101+238+254=593 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.03% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #65EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEFE is #9A1101. Grayscale: #C6C6C6. Windows color (decimal): -10096898 or 16707173. OLE color: 16707173.

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

Color convert

RGB 101 238 254 -
CMYK 0.60 0.06 0 0.00
HSL 186.27º 0.99% 0.7% -
HSV(B) 186.27º 0.6% 1% -
XYZ 53.83 71.07 104.65 -
YUV 198.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 101 238 254 0.60 0.06 0 0.00 186.27 0.99 0.7
Hex 65 EE FE 3C 6 0 0 BA 63 46
Octal 145 356 376 74 6 0 0 272 143 106
Binary 1100101 11101110 11111110 111100 110 0 0 10111010 1100011 1000110

Color Harmonies of #65EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EEFE

Black with #65EEFE

Text Example


Text Example

White with #65EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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