Html Css Color HEX #7BBDFF Maya Blue

📋 copy color: '#7BBDFF'

red 123 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #7BBDFF

Tints of Maya Blue #7BBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.33%

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

R = 21.69%
G = 33.33%
B = 44.97%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BBDFF (or 0x7BBDFF) is known color: Maya Blue. HEX triplet: 7B, BD and FF. RGB value is (123,189,255). Sum of RGB (Red+Green+Blue) = 123+189+255=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBDFF is #844200. Grayscale: #B0B0B0. Windows color (decimal): -8667649 or 16760187. OLE color: 16760187.

HSL color Cylindrical-coordinate representation of color #7BBDFF: hue angle of 210º 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 #7BBDFF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 189 255 -
CMYK 0.52 0.26 0 0
HSL 210º 1% 0.74% -
HSV(B) 210º 0.52% 1% -
XYZ 44.42 47.83 101.5 -
YUV 176.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 123 189 255 0.52 0.26 0 0 210 1 0.74
Hex 7B BD FF 34 1A 0 0 D2 64 4A
Octal 173 275 377 64 32 0 0 322 144 112
Binary 1111011 10111101 11111111 110100 11010 0 0 11010010 1100100 1001010

Color Harmonies of #7BBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDFF

Black with #7BBDFF

Text Example


Text Example

White with #7BBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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