Html Css Color HEX #6FBAEF Maya Blue

📋 copy color: '#6FBAEF'

red 111 ◦ green 186 ◦ blue 239

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

Shades of Maya Blue #6FBAEF

Tints of Maya Blue #6FBAEF

RGB

 RED value IS 111 (43.75% from 255) = 20.71%

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 20.71%
G = 34.7%
B = 44.59%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FBAEF (or 0x6FBAEF) is known color: Maya Blue. HEX triplet: 6F, BA and EF. RGB value is (111,186,239). Sum of RGB (Red+Green+Blue) = 111+186+239=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAEF is #904510. Grayscale: #A9A9A9. Windows color (decimal): -9454865 or 15710831. OLE color: 15710831.

HSL color Cylindrical-coordinate representation of color #6FBAEF: hue angle of 204.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBAEF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 186 239 -
CMYK 0.54 0.22 0 0.06
HSL 204.84º 0.8% 0.69% -
HSV(B) 204.84º 0.54% 0.94% -
XYZ 39.69 44.73 88.2 -
YUV 169.62 167.15 86.19 -
System Red Green Blue C M Y K H S L
Decimal 111 186 239 0.54 0.22 0 0.06 204.84 0.8 0.69
Hex 6F BA EF 36 16 0 6 CD 50 45
Octal 157 272 357 66 26 0 6 315 120 105
Binary 1101111 10111010 11101111 110110 10110 0 110 11001101 1010000 1000101

Color Harmonies of #6FBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAEF

Black with #6FBAEF

Text Example


Text Example

White with #6FBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,239); }

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

background-color css

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

 a { background-color: rgb(111,186,239); }

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

border-color css

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

 span { border-color: rgb(111,186,239); }

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