Html Css Color HEX #78BDF2 Maya Blue

📋 copy color: '#78BDF2'

red 120 ◦ green 189 ◦ blue 242

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

Shades of Maya Blue #78BDF2

Tints of Maya Blue #78BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.3%

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

R = 21.78%
G = 34.3%
B = 43.92%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#78BDF2 (or 0x78BDF2) is known color: Maya Blue. HEX triplet: 78, BD and F2. RGB value is (120,189,242). Sum of RGB (Red+Green+Blue) = 120+189+242=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #78BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BDF2 is #87420D. Grayscale: #AEAEAE. Windows color (decimal): -8864270 or 15908216. OLE color: 15908216.

HSL color Cylindrical-coordinate representation of color #78BDF2: hue angle of 206.07º 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 #78BDF2 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 189 242 -
CMYK 0.50 0.22 0 0.05
HSL 206.07º 0.82% 0.71% -
HSV(B) 206.07º 0.5% 0.95% -
XYZ 41.97 46.8 90.83 -
YUV 174.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 120 189 242 0.50 0.22 0 0.05 206.07 0.82 0.71
Hex 78 BD F2 32 16 0 5 CE 52 47
Octal 170 275 362 62 26 0 5 316 122 107
Binary 1111000 10111101 11110010 110010 10110 0 101 11001110 1010010 1000111

Color Harmonies of #78BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDF2

Black with #78BDF2

Text Example


Text Example

White with #78BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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