Html Css Color HEX #6FCBED Maya Blue

📋 copy color: '#6FCBED'

red 111 ◦ green 203 ◦ blue 237

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

Shades of Maya Blue #6FCBED

Tints of Maya Blue #6FCBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.84%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 20.15%
G = 36.84%
B = 43.01%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FCBED (or 0x6FCBED) is known color: Maya Blue. HEX triplet: 6F, CB and ED. RGB value is (111,203,237). Sum of RGB (Red+Green+Blue) = 111+203+237=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FCBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBED is #903412. Grayscale: #B3B3B3. Windows color (decimal): -9450515 or 15584111. OLE color: 15584111.

HSL color Cylindrical-coordinate representation of color #6FCBED: hue angle of 196.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCBED is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 203 237 -
CMYK 0.53 0.14 0 0.07
HSL 196.19º 0.78% 0.68% -
HSV(B) 196.19º 0.53% 0.93% -
XYZ 43.2 52.21 87.92 -
YUV 179.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 111 203 237 0.53 0.14 0 0.07 196.19 0.78 0.68
Hex 6F CB ED 35 E 0 7 C4 4E 44
Octal 157 313 355 65 16 0 7 304 116 104
Binary 1101111 11001011 11101101 110101 1110 0 111 11000100 1001110 1000100

Color Harmonies of #6FCBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBED

Black with #6FCBED

Text Example


Text Example

White with #6FCBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,237); }

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

background-color css

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

 a { background-color: rgb(111,203,237); }

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

border-color css

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

 span { border-color: rgb(111,203,237); }

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