Html Css Color HEX #56CCFF Maya Blue

📋 copy color: '#56CCFF'

red 86 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #56CCFF

Tints of Maya Blue #56CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.43%

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

R = 15.78%
G = 37.43%
B = 46.79%

CMYK

 C value IS 0.66

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56CCFF (or 0x56CCFF) is known color: Maya Blue. HEX triplet: 56, CC and FF. RGB value is (86,204,255). Sum of RGB (Red+Green+Blue) = 86+204+255=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #56CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CCFF is #A93300. Grayscale: #AEAEAE. Windows color (decimal): -11088641 or 16763990. OLE color: 16763990.

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

Color convert

RGB 86 204 255 -
CMYK 0.66 0.2 0 0
HSL 198.11º 1% 0.67% -
HSV(B) 198.11º 0.66% 1% -
XYZ 43.48 52.38 102.43 -
YUV 174.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 86 204 255 0.66 0.2 0 0 198.11 1 0.67
Hex 56 CC FF 42 14 0 0 C6 64 43
Octal 126 314 377 102 24 0 0 306 144 103
Binary 1010110 11001100 11111111 1000010 10100 0 0 11000110 1100100 1000011

Color Harmonies of #56CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CCFF

Black with #56CCFF

Text Example


Text Example

White with #56CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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