#65D1FD

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

Shades of Maya Blue #65D1FD

Tints of Maya Blue #65D1FD

Color information

#65D1FD (or 0x65D1FD) is unknown color: approx Maya Blue. HEX triplet: 65, D1 and FD. RGB value is (101,209,253). Sum of RGB (Red+Green+Blue) = 101+209+253=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D1FD is #9A2E02. Grayscale: #B5B5B5. Windows color (decimal): -10104323 or 16634213. OLE color: 16634213.

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

Color convert

RGB101209253-
CMYK0.600.1700.01
HSL197.37º97.44%69.41%-
HSV(B)197.37º60.08%99.22%-
XYZ45.955.46101.21-
YUV181.72168.2270.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.94%
GREEN value IS 209 (82.03% from 255) = 37.12%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=17.94%
G=37.12%
B=44.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012092530.600.1700.01197.3797.4469.41
Hex65D1FD3C1101c56145
Octal145321375742101305141105
Binary1100101110100011111110111110010001011100010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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