#65EBFB

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

Shades of Baby Blue #65EBFB

Tints of Baby Blue #65EBFB

Color information

#65EBFB (or 0x65EBFB) is unknown color: approx Baby Blue. HEX triplet: 65, EB and FB. RGB value is (101,235,251). Sum of RGB (Red+Green+Blue) = 101+235+251=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #65EBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBFB is #9A1404. Grayscale: #C4C4C4. Windows color (decimal): -10097669 or 16509797. OLE color: 16509797.

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

Color convert

RGB101235251-
CMYK0.600.0600.02
HSL186.4º94.94%69.02%-
HSV(B)186.4º59.76%98.43%-
XYZ52.4969.15101.85-
YUV196.76158.6159.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.21%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=17.21%
G=40.03%
B=42.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012352510.600.0600.02186.494.9469.02
Hex65EBFB3C602ba5f45
Octal14535337374602272137105
Binary110010111101011111110111111001100101011101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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