Html Css Color HEX #6FCDF0 Maya Blue

📋 copy color: '#6FCDF0'

red 111 ◦ green 205 ◦ blue 240

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

Shades of Maya Blue #6FCDF0

Tints of Maya Blue #6FCDF0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 19.96%
G = 36.87%
B = 43.17%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FCDF0 (or 0x6FCDF0) is known color: Maya Blue. HEX triplet: 6F, CD and F0. RGB value is (111,205,240). Sum of RGB (Red+Green+Blue) = 111+205+240=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDF0 is #90320F. Grayscale: #B4B4B4. Windows color (decimal): -9450000 or 15781231. OLE color: 15781231.

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

Color convert

RGB 111 205 240 -
CMYK 0.54 0.15 0 0.06
HSL 196.28º 0.81% 0.69% -
HSV(B) 196.28º 0.54% 0.94% -
XYZ 44.12 53.33 90.41 -
YUV 180.88 161.36 78.15 -
System Red Green Blue C M Y K H S L
Decimal 111 205 240 0.54 0.15 0 0.06 196.28 0.81 0.69
Hex 6F CD F0 36 F 0 6 C4 51 45
Octal 157 315 360 66 17 0 6 304 121 105
Binary 1101111 11001101 11110000 110110 1111 0 110 11000100 1010001 1000101

Color Harmonies of #6FCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDF0

Black with #6FCDF0

Text Example


Text Example

White with #6FCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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