Html Css Color HEX #56BBFB Maya Blue

📋 copy color: '#56BBFB'

red 86 ◦ green 187 ◦ blue 251

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

Shades of Maya Blue #56BBFB

Tints of Maya Blue #56BBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.69%

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 16.41%
G = 35.69%
B = 47.9%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56BBFB (or 0x56BBFB) is known color: Maya Blue. HEX triplet: 56, BB and FB. RGB value is (86,187,251). Sum of RGB (Red+Green+Blue) = 86+187+251=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #56BBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBFB is #A94404. Grayscale: #A3A3A3. Windows color (decimal): -11092997 or 16497494. OLE color: 16497494.

HSL color Cylindrical-coordinate representation of color #56BBFB: hue angle of 203.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BBFB is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 187 251 -
CMYK 0.66 0.25 0 0.02
HSL 203.27º 0.95% 0.66% -
HSV(B) 203.27º 0.66% 0.98% -
XYZ 39.02 44.48 97.8 -
YUV 164.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 86 187 251 0.66 0.25 0 0.02 203.27 0.95 0.66
Hex 56 BB FB 42 19 0 2 CB 5F 42
Octal 126 273 373 102 31 0 2 313 137 102
Binary 1010110 10111011 11111011 1000010 11001 0 10 11001011 1011111 1000010

Color Harmonies of #56BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BBFB

Black with #56BBFB

Text Example


Text Example

White with #56BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,187,251); }

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

background-color css

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

 a { background-color: rgb(86,187,251); }

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

border-color css

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

 span { border-color: rgb(86,187,251); }

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