Html Css Color HEX #56CEFF Maya Blue

📋 copy color: '#56CEFF'

red 86 ◦ green 206 ◦ blue 255

#56CEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #56CEFF

Tints of Maya Blue #56CEFF

RGB

 RED value IS 86 (33.98% from 255) = 15.72%

 GREEN value IS 206 (80.86% from 255) = 37.66%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 15.72%
G = 37.66%
B = 46.62%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56CEFF (or 0x56CEFF) is known color: Maya Blue. HEX triplet: 56, CE and FF. RGB value is (86,206,255). Sum of RGB (Red+Green+Blue) = 86+206+255=547 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.72% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #56CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEFF is #A93100. Grayscale: #AFAFAF. Windows color (decimal): -11088129 or 16764502. OLE color: 16764502.

HSL color Cylindrical-coordinate representation of color #56CEFF: hue angle of 197.4º 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 #56CEFF is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 206 255 -
CMYK 0.66 0.19 0 0
HSL 197.4º 1% 0.67% -
HSV(B) 197.4º 0.66% 1% -
XYZ 43.96 53.34 102.59 -
YUV 175.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 86 206 255 0.66 0.19 0 0 197.4 1 0.67
Hex 56 CE FF 42 13 0 0 C5 64 43
Octal 126 316 377 102 23 0 0 305 144 103
Binary 1010110 11001110 11111111 1000010 10011 0 0 11000101 1100100 1000011

Color Harmonies of #56CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEFF

Black with #56CEFF

Text Example


Text Example

White with #56CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56CEFF;
 }
 .AnyTagClassName
 {
   color: #56CEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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