Html Css Color HEX #78BDED Maya Blue

📋 copy color: '#78BDED'

red 120 ◦ green 189 ◦ blue 237

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

Shades of Maya Blue #78BDED

Tints of Maya Blue #78BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 21.98%
G = 34.62%
B = 43.41%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78BDED (or 0x78BDED) is known color: Maya Blue. HEX triplet: 78, BD and ED. RGB value is (120,189,237). Sum of RGB (Red+Green+Blue) = 120+189+237=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #78BDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BDED is #874212. Grayscale: #ADADAD. Windows color (decimal): -8864275 or 15580536. OLE color: 15580536.

HSL color Cylindrical-coordinate representation of color #78BDED: hue angle of 204.62º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78BDED is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 189 237 -
CMYK 0.49 0.20 0 0.07
HSL 204.62º 0.76% 0.7% -
HSV(B) 204.62º 0.49% 0.93% -
XYZ 41.23 46.5 86.92 -
YUV 173.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 120 189 237 0.49 0.20 0 0.07 204.62 0.76 0.7
Hex 78 BD ED 31 14 0 7 CD 4C 46
Octal 170 275 355 61 24 0 7 315 114 106
Binary 1111000 10111101 11101101 110001 10100 0 111 11001101 1001100 1000110

Color Harmonies of #78BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDED

Black with #78BDED

Text Example


Text Example

White with #78BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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