#65C8FE

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

Shades of Maya Blue #65C8FE

Tints of Maya Blue #65C8FE

Color information

#65C8FE (or 0x65C8FE) is unknown color: approx Maya Blue. HEX triplet: 65, C8 and FE. RGB value is (101,200,254). Sum of RGB (Red+Green+Blue) = 101+200+254=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #65C8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8FE is #9A3701. Grayscale: #B0B0B0. Windows color (decimal): -10106626 or 16697445. OLE color: 16697445.

HSL color Cylindrical-coordinate representation of color #65C8FE: hue angle of 201.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65C8FE is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101200254-
CMYK0.600.2100.00
HSL201.18º98.71%69.61%-
HSV(B)201.18º60.24%99.61%-
XYZ43.9151.23101.34-
YUV176.55171.774.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.20%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=18.20%
G=36.04%
B=45.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012002540.600.2100.00201.1898.7169.61
Hex65C8FE3C1500c96346
Octal145310376742500311143106
Binary1100101110010001111111011110010101001100100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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