#65D0FD

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

Shades of Maya Blue #65D0FD

Tints of Maya Blue #65D0FD

Color information

#65D0FD (or 0x65D0FD) is unknown color: approx Maya Blue. HEX triplet: 65, D0 and FD. RGB value is (101,208,253). Sum of RGB (Red+Green+Blue) = 101+208+253=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D0FD is #9A2F02. Grayscale: #B4B4B4. Windows color (decimal): -10104579 or 16633957. OLE color: 16633957.

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

Color convert

RGB101208253-
CMYK0.600.1800.01
HSL197.76º97.44%69.41%-
HSV(B)197.76º60.08%99.22%-
XYZ45.6554.97101.13-
YUV181.14168.5570.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.97%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=17.97%
G=37.01%
B=45.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012082530.600.1800.01197.7697.4469.41
Hex65D0FD3C1201c66145
Octal145320375742201306141105
Binary1100101110100001111110111110010010011100011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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