#65BCFC

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

Shades of Maya Blue #65BCFC

Tints of Maya Blue #65BCFC

Color information

#65BCFC (or 0x65BCFC) is unknown color: approx Maya Blue. HEX triplet: 65, BC and FC. RGB value is (101,188,252). Sum of RGB (Red+Green+Blue) = 101+188+252=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #65BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCFC is #9A4303. Grayscale: #A8A8A8. Windows color (decimal): -10109700 or 16563301. OLE color: 16563301.

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

Color convert

RGB101188252-
CMYK0.600.2500.01
HSL205.43º96.18%69.22%-
HSV(B)205.43º59.92%98.82%-
XYZ40.9245.7698.77-
YUV169.28174.6879.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.67%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=18.67%
G=34.75%
B=46.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011882520.600.2500.01205.4396.1869.22
Hex65BCFC3C1901cd6045
Octal145274374743101315140105
Binary1100101101111001111110011110011001011100110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,188,252); }

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

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

 a { background-color: rgb(101,188,252); }

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

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

 span { border-color: rgb(101,188,252); }

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