#65FAF0

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

Shades of Baby Blue #65FAF0

Tints of Baby Blue #65FAF0

Color information

#65FAF0 (or 0x65FAF0) is unknown color: approx Baby Blue. HEX triplet: 65, FA and F0. RGB value is (101,250,240). Sum of RGB (Red+Green+Blue) = 101+250+240=591 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.09% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FAF0 is #9A050F. Grayscale: #CCCCCC. Windows color (decimal): -10093840 or 15792741. OLE color: 15792741.

HSL color Cylindrical-coordinate representation of color #65FAF0: hue angle of 175.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAF0 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB101250240-
CMYK0.6000.040.02
HSL175.97º93.71%68.82%-
HSV(B)175.97º59.6%98.04%-
XYZ55.2877.4394.47-
YUV204.31148.1454.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.09%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=17.09%
G=42.30%
B=40.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012502400.6000.040.02175.9793.7168.82
Hex65FAF03C042b05e45
Octal14537236074042260136105
Binary110010111111010111100001111000100101011000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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