#65FBE9

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

Shades of Baby Blue #65FBE9

Tints of Baby Blue #65FBE9

Color information

#65FBE9 (or 0x65FBE9) is unknown color: approx Baby Blue. HEX triplet: 65, FB and E9. RGB value is (101,251,233). Sum of RGB (Red+Green+Blue) = 101+251+233=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #65FBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FBE9 is #9A0416. Grayscale: #CCCCCC. Windows color (decimal): -10093591 or 15334245. OLE color: 15334245.

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

Color convert

RGB101251233-
CMYK0.6000.070.02
HSL172.8º94.94%69.02%-
HSV(B)172.8º59.76%98.43%-
XYZ54.5777.6489.2-
YUV204.1144.354.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.26%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=17.26%
G=42.91%
B=39.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012512330.6000.070.02172.894.9469.02
Hex65FBE93C072ad5f45
Octal14537335174072255137105
Binary110010111111011111010011111000111101010110110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,251,233); }

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

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

 a { background-color: rgb(101,251,233); }

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

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

 span { border-color: rgb(101,251,233); }

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