#65D6FF

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

Shades of Maya Blue #65D6FF

Tints of Maya Blue #65D6FF

Color information

#65D6FF (or 0x65D6FF) is unknown color: approx Maya Blue. HEX triplet: 65, D6 and FF. RGB value is (101,214,255). Sum of RGB (Red+Green+Blue) = 101+214+255=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #65D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D6FF is #9A2900. Grayscale: #B8B8B8. Windows color (decimal): -10103041 or 16766565. OLE color: 16766565.

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

Color convert

RGB101214255-
CMYK0.600.1600
HSL195.97º100%69.8%-
HSV(B)195.97º60.39%100%-
XYZ47.4658.08103.32-
YUV184.89167.5668.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.72%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 255 (100% from 255) = 44.74%
R=17.72%
G=37.54%
B=44.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012142550.600.1600195.9710069.8
Hex65D6FF3C1000c46446
Octal145326377742000304144106
Binary1100101110101101111111111110010000001100010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,214,255); }

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

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

 a { background-color: rgb(101,214,255); }

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

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

 span { border-color: rgb(101,214,255); }

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