Html Css Color HEX #56BFFE Maya Blue

📋 copy color: '#56BFFE'

red 86 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #56BFFE

Tints of Maya Blue #56BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 16.2%
G = 35.97%
B = 47.83%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56BFFE (or 0x56BFFE) is known color: Maya Blue. HEX triplet: 56, BF and FE. RGB value is (86,191,254). Sum of RGB (Red+Green+Blue) = 86+191+254=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #56BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BFFE is #A94001. Grayscale: #A6A6A6. Windows color (decimal): -11091970 or 16695126. OLE color: 16695126.

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

Color convert

RGB 86 191 254 -
CMYK 0.66 0.25 0 0.00
HSL 202.5º 0.99% 0.67% -
HSV(B) 202.5º 0.66% 1% -
XYZ 40.36 46.4 100.59 -
YUV 166.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 86 191 254 0.66 0.25 0 0.00 202.5 0.99 0.67
Hex 56 BF FE 42 19 0 0 CA 63 43
Octal 126 277 376 102 31 0 0 312 143 103
Binary 1010110 10111111 11111110 1000010 11001 0 0 11001010 1100011 1000011

Color Harmonies of #56BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BFFE

Black with #56BFFE

Text Example


Text Example

White with #56BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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