#65F9EB

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

Shades of Baby Blue #65F9EB

Tints of Baby Blue #65F9EB

Color information

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

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

Color convert

RGB101249235-
CMYK0.5900.060.02
HSL174.32º92.5%68.63%-
HSV(B)174.32º59.44%97.65%-
XYZ54.2476.5290.51-
YUV203.15145.9755.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012492350.5900.060.02174.3292.568.63
Hex65F9EB3B062ae5c45
Octal14537135373062256134105
Binary110010111111001111010111110110110101010111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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