Html Css Color HEX #7BC2F8 Maya Blue

📋 copy color: '#7BC2F8'

red 123 ◦ green 194 ◦ blue 248

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

Shades of Maya Blue #7BC2F8

Tints of Maya Blue #7BC2F8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 248 (97.27% from 255) = 43.89%

R = 21.77%
G = 34.34%
B = 43.89%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7BC2F8 (or 0x7BC2F8) is known color: Maya Blue. HEX triplet: 7B, C2 and F8. RGB value is (123,194,248). Sum of RGB (Red+Green+Blue) = 123+194+248=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BC2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC2F8 is #843D07. Grayscale: #B2B2B2. Windows color (decimal): -8666376 or 16302715. OLE color: 16302715.

HSL color Cylindrical-coordinate representation of color #7BC2F8: hue angle of 205.92º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BC2F8 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 194 248 -
CMYK 0.50 0.22 0 0.03
HSL 205.92º 0.9% 0.73% -
HSV(B) 205.92º 0.5% 0.97% -
XYZ 44.4 49.57 96.03 -
YUV 178.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 123 194 248 0.50 0.22 0 0.03 205.92 0.9 0.73
Hex 7B C2 F8 32 16 0 3 CE 5A 49
Octal 173 302 370 62 26 0 3 316 132 111
Binary 1111011 11000010 11111000 110010 10110 0 11 11001110 1011010 1001001

Color Harmonies of #7BC2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC2F8

Black with #7BC2F8

Text Example


Text Example

White with #7BC2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,194,248); }

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

background-color css

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

 a { background-color: rgb(123,194,248); }

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

border-color css

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

 span { border-color: rgb(123,194,248); }

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