#65F9EA

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

Shades of Baby Blue #65F9EA

Tints of Baby Blue #65F9EA

Color information

#65F9EA (or 0x65F9EA) is unknown color: approx Baby Blue. HEX triplet: 65, F9 and EA. RGB value is (101,249,234). Sum of RGB (Red+Green+Blue) = 101+249+234=584 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.29% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F9EA is #9A0615. Grayscale: #CACACA. Windows color (decimal): -10094102 or 15399269. OLE color: 15399269.

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

Color convert

RGB101249234-
CMYK0.5900.060.02
HSL173.92º92.5%68.63%-
HSV(B)173.92º59.44%97.65%-
XYZ54.0976.4689.75-
YUV203.04145.4755.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.29%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=17.29%
G=42.64%
B=40.07%

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
Decimal1012492340.5900.060.02173.9292.568.63
Hex65F9EA3B062ae5c45
Octal14537135273062256134105
Binary110010111111001111010101110110110101010111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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