Html Css Color HEX #7BC8F5 Maya Blue

📋 copy color: '#7BC8F5'

red 123 ◦ green 200 ◦ blue 245

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

Shades of Maya Blue #7BC8F5

Tints of Maya Blue #7BC8F5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

 BLUE value IS 245 (96.09% from 255) = 43.13%

R = 21.65%
G = 35.21%
B = 43.13%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7BC8F5 (or 0x7BC8F5) is known color: Maya Blue. HEX triplet: 7B, C8 and F5. RGB value is (123,200,245). Sum of RGB (Red+Green+Blue) = 123+200+245=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BC8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC8F5 is #84370A. Grayscale: #B5B5B5. Windows color (decimal): -8664843 or 16107643. OLE color: 16107643.

HSL color Cylindrical-coordinate representation of color #7BC8F5: hue angle of 202.13º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BC8F5 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 200 245 -
CMYK 0.50 0.18 0 0.04
HSL 202.13º 0.86% 0.72% -
HSV(B) 202.13º 0.5% 0.96% -
XYZ 45.3 52.11 94.06 -
YUV 182.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 123 200 245 0.50 0.18 0 0.04 202.13 0.86 0.72
Hex 7B C8 F5 32 12 0 4 CA 56 48
Octal 173 310 365 62 22 0 4 312 126 110
Binary 1111011 11001000 11110101 110010 10010 0 100 11001010 1010110 1001000

Color Harmonies of #7BC8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC8F5

Black with #7BC8F5

Text Example


Text Example

White with #7BC8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,200,245); }

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

background-color css

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

 a { background-color: rgb(123,200,245); }

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

border-color css

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

 span { border-color: rgb(123,200,245); }

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