Html Css Color HEX #6CCCF0 Maya Blue

📋 copy color: '#6CCCF0'

red 108 ◦ green 204 ◦ blue 240

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

Shades of Maya Blue #6CCCF0

Tints of Maya Blue #6CCCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.96%

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

R = 19.57%
G = 36.96%
B = 43.48%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CCCF0 (or 0x6CCCF0) is known color: Maya Blue. HEX triplet: 6C, CC and F0. RGB value is (108,204,240). Sum of RGB (Red+Green+Blue) = 108+204+240=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CCCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCF0 is #93330F. Grayscale: #B3B3B3. Windows color (decimal): -9646864 or 15780972. OLE color: 15780972.

HSL color Cylindrical-coordinate representation of color #6CCCF0: hue angle of 196.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCCF0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 204 240 -
CMYK 0.55 0.15 0 0.06
HSL 196.36º 0.81% 0.68% -
HSV(B) 196.36º 0.55% 0.94% -
XYZ 43.51 52.67 90.31 -
YUV 179.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 108 204 240 0.55 0.15 0 0.06 196.36 0.81 0.68
Hex 6C CC F0 37 F 0 6 C4 51 44
Octal 154 314 360 67 17 0 6 304 121 104
Binary 1101100 11001100 11110000 110111 1111 0 110 11000100 1010001 1000100

Color Harmonies of #6CCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCF0

Black with #6CCCF0

Text Example


Text Example

White with #6CCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,240); }

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

background-color css

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

 a { background-color: rgb(108,204,240); }

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

border-color css

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

 span { border-color: rgb(108,204,240); }

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