#65EBF9

Color #65EBF9 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #65EBF9

Tints of Baby Blue #65EBF9

Color information

#65EBF9 (or 0x65EBF9) is unknown color: approx Baby Blue. HEX triplet: 65, EB and F9. RGB value is (101,235,249). Sum of RGB (Red+Green+Blue) = 101+235+249=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #65EBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBF9 is #9A1406. Grayscale: #C4C4C4. Windows color (decimal): -10097671 or 16378725. OLE color: 16378725.

HSL color Cylindrical-coordinate representation of color #65EBF9: hue angle of 185.68º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65EBF9 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101235249-
CMYK0.590.0600.02
HSL185.68º92.5%68.63%-
HSV(B)185.68º59.44%97.65%-
XYZ52.1769.02100.2-
YUV196.53157.6159.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.26%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=17.26%
G=40.17%
B=42.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012352490.590.0600.02185.6892.568.63
Hex65EBF93B602ba5c45
Octal14535337173602272134105
Binary110010111101011111110011110111100101011101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65EBF9;
 }
 .AnyTagClassName
 {
   color: #65EBF9;
 }
</style>
background-color css

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

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

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

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

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

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