#65F5F9

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

Shades of Baby Blue #65F5F9

Tints of Baby Blue #65F5F9

Color information

#65F5F9 (or 0x65F5F9) is unknown color: approx Baby Blue. HEX triplet: 65, F5 and F9. RGB value is (101,245,249). Sum of RGB (Red+Green+Blue) = 101+245+249=595 (78% of max value = 765). Red value is 101 (39.84% from 255 or 16.97% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #65F5F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F5F9 is #9A0A06. Grayscale: #CACACA. Windows color (decimal): -10095111 or 16381285. OLE color: 16381285.

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

Color convert

RGB101245249-
CMYK0.590.0200.02
HSL181.62º92.5%68.63%-
HSV(B)181.62º59.44%97.65%-
XYZ55.1274.91101.18-
YUV202.4154.2955.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 16.97%
GREEN value IS 245 (96.09% from 255) = 41.18%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=16.97%
G=41.18%
B=41.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012452490.590.0200.02181.6292.568.63
Hex65F5F93B202b65c45
Octal14536537173202266134105
Binary11001011111010111111001111011100101011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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