#65EBFD

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

Shades of Baby Blue #65EBFD

Tints of Baby Blue #65EBFD

Color information

#65EBFD (or 0x65EBFD) is unknown color: approx Baby Blue. HEX triplet: 65, EB and FD. RGB value is (101,235,253). Sum of RGB (Red+Green+Blue) = 101+235+253=589 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.15% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #65EBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBFD is #9A1402. Grayscale: #C4C4C4. Windows color (decimal): -10097667 or 16640869. OLE color: 16640869.

HSL color Cylindrical-coordinate representation of color #65EBFD: hue angle of 187.11º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65EBFD is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101235253-
CMYK0.600.0700.01
HSL187.11º97.44%69.41%-
HSV(B)187.11º60.08%99.22%-
XYZ52.869.28103.52-
YUV196.99159.6159.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.15%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=17.15%
G=39.90%
B=42.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012352530.600.0700.01187.1197.4469.41
Hex65EBFD3C701bb6145
Octal14535337574701273141105
Binary11001011110101111111101111100111011011101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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