Html Css Color HEX #6CCFF5 Maya Blue

📋 copy color: '#6CCFF5'

red 108 ◦ green 207 ◦ blue 245

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

Shades of Maya Blue #6CCFF5

Tints of Maya Blue #6CCFF5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.96%

 BLUE value IS 245 (96.09% from 255) = 43.75%

R = 19.29%
G = 36.96%
B = 43.75%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6CCFF5 (or 0x6CCFF5) is known color: Maya Blue. HEX triplet: 6C, CF and F5. RGB value is (108,207,245). Sum of RGB (Red+Green+Blue) = 108+207+245=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #6CCFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFF5 is #93300A. Grayscale: #B5B5B5. Windows color (decimal): -9646091 or 16109420. OLE color: 16109420.

HSL color Cylindrical-coordinate representation of color #6CCFF5: hue angle of 196.64º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CCFF5 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 108 207 245 -
CMYK 0.56 0.16 0 0.04
HSL 196.64º 0.87% 0.69% -
HSV(B) 196.64º 0.56% 0.96% -
XYZ 44.98 54.41 94.52 -
YUV 181.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 108 207 245 0.56 0.16 0 0.04 196.64 0.87 0.69
Hex 6C CF F5 38 10 0 4 C5 57 45
Octal 154 317 365 70 20 0 4 305 127 105
Binary 1101100 11001111 11110101 111000 10000 0 100 11000101 1010111 1000101

Color Harmonies of #6CCFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFF5

Black with #6CCFF5

Text Example


Text Example

White with #6CCFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,207,245); }

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

background-color css

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

 a { background-color: rgb(108,207,245); }

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

border-color css

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

 span { border-color: rgb(108,207,245); }

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