#65f4f2

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

Shades of Baby Blue #65F4F2

Tints of Baby Blue #65F4F2

Color information

#65F4F2 (or 0x65F4F2) is unknown color: approx Baby Blue. HEX triplet: 65, F4 and F2. RGB value is (101,244,242). Sum of RGB (Red+Green+Blue) = 101+244+242=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #65F4F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F4F2 is #9A0B0D. Grayscale: #C8C8C8. Windows color (decimal): -10095374 or 15922277. OLE color: 15922277.

HSL color Cylindrical-coordinate representation of color #65F4F2: hue angle of 179.16º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F4F2 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB101244242-
CMYK0.5900.010.04
HSL179.16º86.67%67.65%-
HSV(B)179.16º58.61%95.69%-
XYZ53.7473.8895.43-
YUV201.01151.1256.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.21%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=17.21%
G=41.57%
B=41.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012442420.5900.010.04179.1686.6767.65
Hex65F4F23B014b35744
Octal14536436273014263127104
Binary11001011111010011110010111011011001011001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65f4f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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