Html Css Color HEX #7BCBFF Maya Blue

📋 copy color: '#7BCBFF'

red 123 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #7BCBFF

Tints of Maya Blue #7BCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

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

R = 21.17%
G = 34.94%
B = 43.89%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BCBFF (or 0x7BCBFF) is known color: Maya Blue. HEX triplet: 7B, CB and FF. RGB value is (123,203,255). Sum of RGB (Red+Green+Blue) = 123+203+255=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCBFF is #843400. Grayscale: #B8B8B8. Windows color (decimal): -8664065 or 16763771. OLE color: 16763771.

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

Color convert

RGB 123 203 255 -
CMYK 0.52 0.20 0 0
HSL 203.64º 1% 0.74% -
HSV(B) 203.64º 0.52% 1% -
XYZ 47.57 54.14 102.55 -
YUV 185.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 123 203 255 0.52 0.20 0 0 203.64 1 0.74
Hex 7B CB FF 34 14 0 0 CC 64 4A
Octal 173 313 377 64 24 0 0 314 144 112
Binary 1111011 11001011 11111111 110100 10100 0 0 11001100 1100100 1001010

Color Harmonies of #7BCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCBFF

Black with #7BCBFF

Text Example


Text Example

White with #7BCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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