Html Css Color HEX #56BFFF Maya Blue

📋 copy color: '#56BFFF'

red 86 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #56BFFF

Tints of Maya Blue #56BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.9%

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

R = 16.17%
G = 35.9%
B = 47.93%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56BFFF (or 0x56BFFF) is known color: Maya Blue. HEX triplet: 56, BF and FF. RGB value is (86,191,255). Sum of RGB (Red+Green+Blue) = 86+191+255=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BFFF is #A94000. Grayscale: #A6A6A6. Windows color (decimal): -11091969 or 16760662. OLE color: 16760662.

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

Color convert

RGB 86 191 255 -
CMYK 0.66 0.25 0 0
HSL 202.72º 1% 0.67% -
HSV(B) 202.72º 0.66% 1% -
XYZ 40.52 46.46 101.44 -
YUV 166.9 177.71 70.3 -
System Red Green Blue C M Y K H S L
Decimal 86 191 255 0.66 0.25 0 0 202.72 1 0.67
Hex 56 BF FF 42 19 0 0 CB 64 43
Octal 126 277 377 102 31 0 0 313 144 103
Binary 1010110 10111111 11111111 1000010 11001 0 0 11001011 1100100 1000011

Color Harmonies of #56BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BFFF

Black with #56BFFF

Text Example


Text Example

White with #56BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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