Html Css Color HEX #78BBFF Maya Blue

📋 copy color: '#78BBFF'

red 120 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #78BBFF

Tints of Maya Blue #78BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 21.35%
G = 33.27%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#78BBFF (or 0x78BBFF) is known color: Maya Blue. HEX triplet: 78, BB and FF. RGB value is (120,187,255). Sum of RGB (Red+Green+Blue) = 120+187+255=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #78BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BBFF is #874400. Grayscale: #AEAEAE. Windows color (decimal): -8864769 or 16759672. OLE color: 16759672.

HSL color Cylindrical-coordinate representation of color #78BBFF: hue angle of 210.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78BBFF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 187 255 -
CMYK 0.53 0.27 0 0
HSL 210.22º 1% 0.74% -
HSV(B) 210.22º 0.53% 1% -
XYZ 43.57 46.75 101.34 -
YUV 174.72 173.3 88.97 -
System Red Green Blue C M Y K H S L
Decimal 120 187 255 0.53 0.27 0 0 210.22 1 0.74
Hex 78 BB FF 35 1B 0 0 D2 64 4A
Octal 170 273 377 65 33 0 0 322 144 112
Binary 1111000 10111011 11111111 110101 11011 0 0 11010010 1100100 1001010

Color Harmonies of #78BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBFF

Black with #78BBFF

Text Example


Text Example

White with #78BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,187,255); }

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

background-color css

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

 a { background-color: rgb(120,187,255); }

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

border-color css

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

 span { border-color: rgb(120,187,255); }

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