#65F9F9

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

Shades of Baby Blue #65F9F9

Tints of Baby Blue #65F9F9

Color information

#65F9F9 (or 0x65F9F9) is unknown color: approx Baby Blue. HEX triplet: 65, F9 and F9. RGB value is (101,249,249). Sum of RGB (Red+Green+Blue) = 101+249+249=599 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.86% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #65F9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F9F9 is #9A0606. Grayscale: #CCCCCC. Windows color (decimal): -10094087 or 16382309. OLE color: 16382309.

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

Color convert

RGB101249249-
CMYK0.59000.02
HSL180º92.5%68.63%-
HSV(B)180º59.44%97.65%-
XYZ56.3477.36101.58-
YUV204.75152.9754-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 16.86%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=16.86%
G=41.57%
B=41.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012492490.59000.0218092.568.63
Hex65F9F93B002b45c45
Octal14537137173002264134105
Binary1100101111110011111100111101100101011010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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