Html Css Color HEX #7CBBFE Maya Blue

📋 copy color: '#7CBBFE'

red 124 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #7CBBFE

Tints of Maya Blue #7CBBFE

RGB

 RED value IS 124 (48.83% from 255) = 21.95%

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

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

R = 21.95%
G = 33.1%
B = 44.96%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7CBBFE (or 0x7CBBFE) is known color: Maya Blue. HEX triplet: 7C, BB and FE. RGB value is (124,187,254). Sum of RGB (Red+Green+Blue) = 124+187+254=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBBFE is #834401. Grayscale: #AFAFAF. Windows color (decimal): -8602626 or 16694140. OLE color: 16694140.

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

Color convert

RGB 124 187 254 -
CMYK 0.51 0.26 0 0.00
HSL 210.92º 0.98% 0.74% -
HSV(B) 210.92º 0.51% 1% -
XYZ 43.97 46.98 100.52 -
YUV 175.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 124 187 254 0.51 0.26 0 0.00 210.92 0.98 0.74
Hex 7C BB FE 33 1A 0 0 D3 62 4A
Octal 174 273 376 63 32 0 0 323 142 112
Binary 1111100 10111011 11111110 110011 11010 0 0 11010011 1100010 1001010

Color Harmonies of #7CBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBBFE

Black with #7CBBFE

Text Example


Text Example

White with #7CBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,187,254); }

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

background-color css

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

 a { background-color: rgb(124,187,254); }

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

border-color css

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

 span { border-color: rgb(124,187,254); }

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