#65C4FD

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

Shades of Maya Blue #65C4FD

Tints of Maya Blue #65C4FD

Color information

#65C4FD (or 0x65C4FD) is unknown color: approx Maya Blue. HEX triplet: 65, C4 and FD. RGB value is (101,196,253). Sum of RGB (Red+Green+Blue) = 101+196+253=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #65C4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C4FD is #9A3B02. Grayscale: #ADADAD. Windows color (decimal): -10107651 or 16630885. OLE color: 16630885.

HSL color Cylindrical-coordinate representation of color #65C4FD: hue angle of 202.5º degrees, saturation: 0.97, 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 #65C4FD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101196253-
CMYK0.600.2300.01
HSL202.5º97.44%69.41%-
HSV(B)202.5º60.08%99.22%-
XYZ42.8449.34100.19-
YUV174.09172.5375.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.36%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 253 (99.22% from 255) = 46%
R=18.36%
G=35.64%
B=46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011962530.600.2300.01202.597.4469.41
Hex65C4FD3C1701ca6145
Octal145304375742701312141105
Binary1100101110001001111110111110010111011100101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,196,253); }

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

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

 a { background-color: rgb(101,196,253); }

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

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

 span { border-color: rgb(101,196,253); }

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