#56CDFF

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

Shades of Maya Blue #56CDFF

Tints of Maya Blue #56CDFF

Color information

#56CDFF (or 0x56CDFF) is unknown color: approx Maya Blue. HEX triplet: 56, CD and FF. RGB value is (86,205,255). Sum of RGB (Red+Green+Blue) = 86+205+255=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #56CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CDFF is #A93200. Grayscale: #AEAEAE. Windows color (decimal): -11088385 or 16764246. OLE color: 16764246.

HSL color Cylindrical-coordinate representation of color #56CDFF: hue angle of 197.75º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56CDFF is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86205255-
CMYK0.660.2000
HSL197.75º100%66.86%-
HSV(B)197.75º66.27%100%-
XYZ43.7252.86102.51-
YUV175.12173.0864.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.75%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 255 (100% from 255) = 46.70%
R=15.75%
G=37.55%
B=46.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862052550.660.2000197.7510066.86
Hex56CDFF421400c66443
Octal1263153771022400306144103
Binary10101101100110111111111100001010100001100011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CDFF; }

 p { color: rgb(86,205,255); }

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

<style>
 a { background-color: #56CDFF; }

 a { background-color: rgb(86,205,255); }

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

<style>
 span { border-color: #56CDFF; }

 span { border-color: rgb(86,205,255); }

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