#65F4F9

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

Shades of Baby Blue #65F4F9

Tints of Baby Blue #65F4F9

Color information

#65F4F9 (or 0x65F4F9) is unknown color: approx Baby Blue. HEX triplet: 65, F4 and F9. RGB value is (101,244,249). Sum of RGB (Red+Green+Blue) = 101+244+249=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #65F4F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F4F9 is #9A0B06. Grayscale: #C9C9C9. Windows color (decimal): -10095367 or 16381029. OLE color: 16381029.

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

Color convert

RGB101244249-
CMYK0.590.0200.02
HSL182.03º92.5%68.63%-
HSV(B)182.03º59.44%97.65%-
XYZ54.8274.31101.08-
YUV201.81154.6256.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.00%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=17.00%
G=41.08%
B=41.92%

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
Decimal1012442490.590.0200.02182.0392.568.63
Hex65F4F93B202b65c45
Octal14536437173202266134105
Binary11001011111010011111001111011100101011011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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