#65C8F0

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

Shades of Maya Blue #65C8F0

Tints of Maya Blue #65C8F0

Color information

#65C8F0 (or 0x65C8F0) is unknown color: approx Maya Blue. HEX triplet: 65, C8 and F0. RGB value is (101,200,240). Sum of RGB (Red+Green+Blue) = 101+200+240=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #65C8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8F0 is #9A370F. Grayscale: #AEAEAE. Windows color (decimal): -10106640 or 15779941. OLE color: 15779941.

HSL color Cylindrical-coordinate representation of color #65C8F0: hue angle of 197.27º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C8F0 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101200240-
CMYK0.580.1700.06
HSL197.27º82.25%66.86%-
HSV(B)197.27º57.92%94.12%-
XYZ41.7550.3789.96-
YUV174.96164.775.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.67%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 240 (94.14% from 255) = 44.36%
R=18.67%
G=36.97%
B=44.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012002400.580.1700.06197.2782.2566.86
Hex65C8F03A1106c55243
Octal145310360722106305122103
Binary110010111001000111100001110101000101101100010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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