Html Css Color HEX #7BC1FE Maya Blue

📋 copy color: '#7BC1FE'

red 123 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #7BC1FE

Tints of Maya Blue #7BC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.86%

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 21.58%
G = 33.86%
B = 44.56%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BC1FE (or 0x7BC1FE) is known color: Maya Blue. HEX triplet: 7B, C1 and FE. RGB value is (123,193,254). Sum of RGB (Red+Green+Blue) = 123+193+254=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BC1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC1FE is #843E01. Grayscale: #B2B2B2. Windows color (decimal): -8666626 or 16695675. OLE color: 16695675.

HSL color Cylindrical-coordinate representation of color #7BC1FE: hue angle of 207.94º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BC1FE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 193 254 -
CMYK 0.52 0.24 0 0.00
HSL 207.94º 0.98% 0.74% -
HSV(B) 207.94º 0.52% 1% -
XYZ 45.13 49.51 100.94 -
YUV 179.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 123 193 254 0.52 0.24 0 0.00 207.94 0.98 0.74
Hex 7B C1 FE 34 18 0 0 D0 62 4A
Octal 173 301 376 64 30 0 0 320 142 112
Binary 1111011 11000001 11111110 110100 11000 0 0 11010000 1100010 1001010

Color Harmonies of #7BC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC1FE

Black with #7BC1FE

Text Example


Text Example

White with #7BC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,193,254); }

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

background-color css

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

 a { background-color: rgb(123,193,254); }

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

border-color css

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

 span { border-color: rgb(123,193,254); }

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