Html Css Color HEX #6FBBF2 Maya Blue

📋 copy color: '#6FBBF2'

red 111 ◦ green 187 ◦ blue 242

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

Shades of Maya Blue #6FBBF2

Tints of Maya Blue #6FBBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 20.56%
G = 34.63%
B = 44.81%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FBBF2 (or 0x6FBBF2) is known color: Maya Blue. HEX triplet: 6F, BB and F2. RGB value is (111,187,242). Sum of RGB (Red+Green+Blue) = 111+187+242=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FBBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBF2 is #90440D. Grayscale: #AAAAAA. Windows color (decimal): -9454606 or 15907695. OLE color: 15907695.

HSL color Cylindrical-coordinate representation of color #6FBBF2: hue angle of 205.19º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBBF2 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 187 242 -
CMYK 0.54 0.23 0 0.05
HSL 205.19º 0.83% 0.69% -
HSV(B) 205.19º 0.54% 0.95% -
XYZ 40.35 45.33 90.63 -
YUV 170.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 111 187 242 0.54 0.23 0 0.05 205.19 0.83 0.69
Hex 6F BB F2 36 17 0 5 CD 53 45
Octal 157 273 362 66 27 0 5 315 123 105
Binary 1101111 10111011 11110010 110110 10111 0 101 11001101 1010011 1000101

Color Harmonies of #6FBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBF2

Black with #6FBBF2

Text Example


Text Example

White with #6FBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,187,242); }

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

background-color css

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

 a { background-color: rgb(111,187,242); }

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

border-color css

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

 span { border-color: rgb(111,187,242); }

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