Html Css Color HEX #56CDFF Maya Blue

📋 copy color: '#56CDFF'

red 86 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #56CDFF

Tints of Maya Blue #56CDFF

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.7%

R = 15.75%
G = 37.55%
B = 46.7%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56CDFF (or 0x56CDFF) is known color: 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

RGB 86 205 255 -
CMYK 0.66 0.20 0 0
HSL 197.75º 1% 0.67% -
HSV(B) 197.75º 0.66% 1% -
XYZ 43.72 52.86 102.51 -
YUV 175.12 173.08 64.43 -
System Red Green Blue C M Y K H S L
Decimal 86 205 255 0.66 0.20 0 0 197.75 1 0.67
Hex 56 CD FF 42 14 0 0 C6 64 43
Octal 126 315 377 102 24 0 0 306 144 103
Binary 1010110 11001101 11111111 1000010 10100 0 0 11000110 1100100 1000011

Color Harmonies of #56CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDFF

Black with #56CDFF

Text Example


Text Example

White with #56CDFF

Text Example


Text Example

HTML Codes & Css Web 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>