Html Css Color HEX #78C4F2 Maya Blue

📋 copy color: '#78C4F2'

red 120 ◦ green 196 ◦ blue 242

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

Shades of Maya Blue #78C4F2

Tints of Maya Blue #78C4F2

RGB

 RED value IS 120 (47.27% from 255) = 21.51%

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 21.51%
G = 35.13%
B = 43.37%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78C4F2 (or 0x78C4F2) is known color: Maya Blue. HEX triplet: 78, C4 and F2. RGB value is (120,196,242). Sum of RGB (Red+Green+Blue) = 120+196+242=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #78C4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C4F2 is #873B0D. Grayscale: #B2B2B2. Windows color (decimal): -8862478 or 15910008. OLE color: 15910008.

HSL color Cylindrical-coordinate representation of color #78C4F2: hue angle of 202.62º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78C4F2 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 196 242 -
CMYK 0.50 0.19 0 0.05
HSL 202.62º 0.82% 0.71% -
HSV(B) 202.62º 0.5% 0.95% -
XYZ 43.51 49.88 91.34 -
YUV 178.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 120 196 242 0.50 0.19 0 0.05 202.62 0.82 0.71
Hex 78 C4 F2 32 13 0 5 CB 52 47
Octal 170 304 362 62 23 0 5 313 122 107
Binary 1111000 11000100 11110010 110010 10011 0 101 11001011 1010010 1000111

Color Harmonies of #78C4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C4F2

Black with #78C4F2

Text Example


Text Example

White with #78C4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78C4F2; }

 p { color: rgb(120,196,242); }

 H1.HeaderClassName
 {
   color: #78C4F2;
 }
 .AnyTagClassName
 {
   color: #78C4F2;
 }
</style>

background-color css

<style>
 a { background-color: #78C4F2; }

 a { background-color: rgb(120,196,242); }

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

border-color css

<style>
 span { border-color: #78C4F2; }

 span { border-color: rgb(120,196,242); }

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