Html Css Color HEX #7BC0EF Maya Blue

📋 copy color: '#7BC0EF'

red 123 ◦ green 192 ◦ blue 239

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

Shades of Maya Blue #7BC0EF

Tints of Maya Blue #7BC0EF

RGB

 RED value IS 123 (48.44% from 255) = 22.2%

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 22.2%
G = 34.66%
B = 43.14%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BC0EF (or 0x7BC0EF) is known color: Maya Blue. HEX triplet: 7B, C0 and EF. RGB value is (123,192,239). Sum of RGB (Red+Green+Blue) = 123+192+239=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BC0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0EF is #843F10. Grayscale: #B0B0B0. Windows color (decimal): -8666897 or 15712379. OLE color: 15712379.

HSL color Cylindrical-coordinate representation of color #7BC0EF: hue angle of 204.31º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BC0EF is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 192 239 -
CMYK 0.49 0.20 0 0.06
HSL 204.31º 0.78% 0.71% -
HSV(B) 204.31º 0.49% 0.94% -
XYZ 42.6 48.14 88.71 -
YUV 176.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 123 192 239 0.49 0.20 0 0.06 204.31 0.78 0.71
Hex 7B C0 EF 31 14 0 6 CC 4E 47
Octal 173 300 357 61 24 0 6 314 116 107
Binary 1111011 11000000 11101111 110001 10100 0 110 11001100 1001110 1000111

Color Harmonies of #7BC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC0EF

Black with #7BC0EF

Text Example


Text Example

White with #7BC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BC0EF; }

 p { color: rgb(123,192,239); }

 H1.HeaderClassName
 {
   color: #7BC0EF;
 }
 .AnyTagClassName
 {
   color: #7BC0EF;
 }
</style>

background-color css

<style>
 a { background-color: #7BC0EF; }

 a { background-color: rgb(123,192,239); }

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

border-color css

<style>
 span { border-color: #7BC0EF; }

 span { border-color: rgb(123,192,239); }

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