#65FCF0

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

Shades of Baby Blue #65FCF0

Tints of Baby Blue #65FCF0

Color information

#65FCF0 (or 0x65FCF0) is unknown color: approx Baby Blue. HEX triplet: 65, FC and F0. RGB value is (101,252,240). Sum of RGB (Red+Green+Blue) = 101+252+240=593 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.03% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FCF0 is #9A030F. Grayscale: #CDCDCD. Windows color (decimal): -10093328 or 15793253. OLE color: 15793253.

HSL color Cylindrical-coordinate representation of color #65FCF0: hue angle of 175.23º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCF0 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB101252240-
CMYK0.6000.050.01
HSL175.23º96.18%69.22%-
HSV(B)175.23º59.92%98.82%-
XYZ55.9178.6894.68-
YUV205.48147.4753.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.03%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=17.03%
G=42.50%
B=40.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012522400.6000.050.01175.2396.1869.22
Hex65FCF03C051af6045
Octal14537436074051257140105
Binary11001011111110011110000111100010111010111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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