#6FBEF0

Color #6FBEF0 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6FBEF0

Tints of Maya Blue #6FBEF0

Color information

#6FBEF0 (or 0x6FBEF0) is unknown color: approx Maya Blue. HEX triplet: 6F, BE and F0. RGB value is (111,190,240). Sum of RGB (Red+Green+Blue) = 111+190+240=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FBEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEF0 is #90410F. Grayscale: #ABABAB. Windows color (decimal): -9453840 or 15777391. OLE color: 15777391.

HSL color Cylindrical-coordinate representation of color #6FBEF0: hue angle of 203.26º degrees, saturation: 0.81, 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 #6FBEF0 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB111190240-
CMYK0.540.2100.06
HSL203.26º81.13%68.82%-
HSV(B)203.26º53.75%94.12%-
XYZ40.746.589.27-
YUV172.08166.3384.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.52%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 240 (94.14% from 255) = 44.36%
R=20.52%
G=35.12%
B=44.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1111902400.540.2100.06203.2681.1368.82
Hex6FBEF0361506cb5145
Octal157276360662506313121105
Binary110111110111110111100001101101010101101100101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,240); }

 H1.HeaderClassName
 {
   color: #6FBEF0;
 }
 .AnyTagClassName
 {
   color: #6FBEF0;
 }
</style>
background-color css

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

 a { background-color: rgb(111,190,240); }

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

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

 span { border-color: rgb(111,190,240); }

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