Html Css Color HEX #6CD0FF Maya Blue

📋 copy color: '#6CD0FF'

red 108 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #6CD0FF

Tints of Maya Blue #6CD0FF

RGB

 RED value IS 108 (42.58% from 255) = 18.91%

 GREEN value IS 208 (81.64% from 255) = 36.43%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 18.91%
G = 36.43%
B = 44.66%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6CD0FF (or 0x6CD0FF) is known color: Maya Blue. HEX triplet: 6C, D0 and FF. RGB value is (108,208,255). Sum of RGB (Red+Green+Blue) = 108+208+255=571 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.91% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD0FF is #932F00. Grayscale: #B7B7B7. Windows color (decimal): -9645825 or 16765036. OLE color: 16765036.

HSL color Cylindrical-coordinate representation of color #6CD0FF: hue angle of 199.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CD0FF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 108 208 255 -
CMYK 0.58 0.18 0 0
HSL 199.18º 1% 0.71% -
HSV(B) 199.18º 0.58% 1% -
XYZ 46.79 55.52 102.86 -
YUV 183.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 108 208 255 0.58 0.18 0 0 199.18 1 0.71
Hex 6C D0 FF 3A 12 0 0 C7 64 47
Octal 154 320 377 72 22 0 0 307 144 107
Binary 1101100 11010000 11111111 111010 10010 0 0 11000111 1100100 1000111

Color Harmonies of #6CD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0FF

Black with #6CD0FF

Text Example


Text Example

White with #6CD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,208,255); }

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

background-color css

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

 a { background-color: rgb(108,208,255); }

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

border-color css

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

 span { border-color: rgb(108,208,255); }

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