#65F5F0

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

Shades of Baby Blue #65F5F0

Tints of Baby Blue #65F5F0

Color information

#65F5F0 (or 0x65F5F0) is unknown color: approx Baby Blue. HEX triplet: 65, F5 and F0. RGB value is (101,245,240). Sum of RGB (Red+Green+Blue) = 101+245+240=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F5F0 is #9A0A0F. Grayscale: #C9C9C9. Windows color (decimal): -10095120 or 15791461. OLE color: 15791461.

HSL color Cylindrical-coordinate representation of color #65F5F0: hue angle of 177.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F5F0 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB101245240-
CMYK0.5900.020.04
HSL177.92º87.8%67.84%-
HSV(B)177.92º58.78%96.08%-
XYZ53.7574.3693.96-
YUV201.37149.7956.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.24%
GREEN value IS 245 (96.09% from 255) = 41.81%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=17.24%
G=41.81%
B=40.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012452400.5900.020.04177.9287.867.84
Hex65F5F03B024b25844
Octal14536536073024262130104
Binary110010111110101111100001110110101001011001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,245,240); }

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

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

 a { background-color: rgb(101,245,240); }

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

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

 span { border-color: rgb(101,245,240); }

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