Html Css Color HEX #7BBFFF Maya Blue

📋 copy color: '#7BBFFF'

red 123 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #7BBFFF

Tints of Maya Blue #7BBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.57%

 BLUE value IS 255 (100% from 255) = 44.82%

R = 21.62%
G = 33.57%
B = 44.82%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BBFFF (or 0x7BBFFF) is known color: Maya Blue. HEX triplet: 7B, BF and FF. RGB value is (123,191,255). Sum of RGB (Red+Green+Blue) = 123+191+255=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBFFF is #844000. Grayscale: #B1B1B1. Windows color (decimal): -8667137 or 16760699. OLE color: 16760699.

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

Color convert

RGB 123 191 255 -
CMYK 0.52 0.25 0 0
HSL 209.09º 1% 0.74% -
HSV(B) 209.09º 0.52% 1% -
XYZ 44.85 48.69 101.64 -
YUV 177.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 123 191 255 0.52 0.25 0 0 209.09 1 0.74
Hex 7B BF FF 34 19 0 0 D1 64 4A
Octal 173 277 377 64 31 0 0 321 144 112
Binary 1111011 10111111 11111111 110100 11001 0 0 11010001 1100100 1001010

Color Harmonies of #7BBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBFFF

Black with #7BBFFF

Text Example


Text Example

White with #7BBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,191,255); }

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

background-color css

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

 a { background-color: rgb(123,191,255); }

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

border-color css

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

 span { border-color: rgb(123,191,255); }

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