#65CEF7

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

Shades of Maya Blue #65CEF7

Tints of Maya Blue #65CEF7

Color information

#65CEF7 (or 0x65CEF7) is unknown color: approx Maya Blue. HEX triplet: 65, CE and F7. RGB value is (101,206,247). Sum of RGB (Red+Green+Blue) = 101+206+247=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #65CEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEF7 is #9A3108. Grayscale: #B3B3B3. Windows color (decimal): -10105097 or 16240229. OLE color: 16240229.

HSL color Cylindrical-coordinate representation of color #65CEF7: hue angle of 196.85º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CEF7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB101206247-
CMYK0.590.1700.03
HSL196.85º90.12%68.24%-
HSV(B)196.85º59.11%96.86%-
XYZ44.2353.6296.02-
YUV179.28166.2172.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.23%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=18.23%
G=37.18%
B=44.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1012062470.590.1700.03196.8590.1268.24
Hex65CEF73B1103c55a44
Octal145316367732103305132104
Binary11001011100111011110111111011100010111100010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,247); }

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

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

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

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

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

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

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