#65F9E3

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

Shades of Baby Blue #65F9E3

Tints of Baby Blue #65F9E3

Color information

#65F9E3 (or 0x65F9E3) is unknown color: approx Baby Blue. HEX triplet: 65, F9 and E3. RGB value is (101,249,227). Sum of RGB (Red+Green+Blue) = 101+249+227=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9E3 is #9A061C. Grayscale: #CACACA. Windows color (decimal): -10094109 or 14940517. OLE color: 14940517.

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

Color convert

RGB101249227-
CMYK0.5900.090.02
HSL171.08º92.5%68.63%-
HSV(B)171.08º59.44%97.65%-
XYZ53.1176.0684.56-
YUV202.24141.9755.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.50%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 227 (89.06% from 255) = 39.34%
R=17.50%
G=43.15%
B=39.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012492270.5900.090.02171.0892.568.63
Hex65F9E33B092ab5c45
Octal145371343730112253134105
Binary1100101111110011110001111101101001101010101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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