Html Css Color HEX #6ABFFB Maya Blue

📋 copy color: '#6ABFFB'

red 106 ◦ green 191 ◦ blue 251

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

Shades of Maya Blue #6ABFFB

Tints of Maya Blue #6ABFFB

RGB

 RED value IS 106 (41.8% from 255) = 19.34%

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

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

R = 19.34%
G = 34.85%
B = 45.8%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6ABFFB (or 0x6ABFFB) is known color: Maya Blue. HEX triplet: 6A, BF and FB. RGB value is (106,191,251). Sum of RGB (Red+Green+Blue) = 106+191+251=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ABFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFFB is #954004. Grayscale: #ACACAC. Windows color (decimal): -9781253 or 16498538. OLE color: 16498538.

HSL color Cylindrical-coordinate representation of color #6ABFFB: hue angle of 204.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ABFFB is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 191 251 -
CMYK 0.58 0.24 0 0.02
HSL 204.83º 0.95% 0.7% -
HSV(B) 204.83º 0.58% 0.98% -
XYZ 41.99 47.29 98.18 -
YUV 172.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 106 191 251 0.58 0.24 0 0.02 204.83 0.95 0.7
Hex 6A BF FB 3A 18 0 2 CD 5F 46
Octal 152 277 373 72 30 0 2 315 137 106
Binary 1101010 10111111 11111011 111010 11000 0 10 11001101 1011111 1000110

Color Harmonies of #6ABFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFFB

Black with #6ABFFB

Text Example


Text Example

White with #6ABFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABFFB; }

 p { color: rgb(106,191,251); }

 H1.HeaderClassName
 {
   color: #6ABFFB;
 }
 .AnyTagClassName
 {
   color: #6ABFFB;
 }
</style>

background-color css

<style>
 a { background-color: #6ABFFB; }

 a { background-color: rgb(106,191,251); }

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

border-color css

<style>
 span { border-color: #6ABFFB; }

 span { border-color: rgb(106,191,251); }

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