Html Css Color HEX #7ACBFF Maya Blue

📋 copy color: '#7ACBFF'

red 122 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #7ACBFF

Tints of Maya Blue #7ACBFF

RGB

 RED value IS 122 (48.05% from 255) = 21.03%

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

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

R = 21.03%
G = 35%
B = 43.97%

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

#7ACBFF (or 0x7ACBFF) is known color: Maya Blue. HEX triplet: 7A, CB and FF. RGB value is (122,203,255). Sum of RGB (Red+Green+Blue) = 122+203+255=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ACBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACBFF is #853400. Grayscale: #B8B8B8. Windows color (decimal): -8729601 or 16763770. OLE color: 16763770.

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

Color convert

RGB 122 203 255 -
CMYK 0.52 0.20 0 0
HSL 203.46º 1% 0.74% -
HSV(B) 203.46º 0.52% 1% -
XYZ 47.43 54.07 102.54 -
YUV 184.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 122 203 255 0.52 0.20 0 0 203.46 1 0.74
Hex 7A CB FF 34 14 0 0 CB 64 4A
Octal 172 313 377 64 24 0 0 313 144 112
Binary 1111010 11001011 11111111 110100 10100 0 0 11001011 1100100 1001010

Color Harmonies of #7ACBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACBFF

Black with #7ACBFF

Text Example


Text Example

White with #7ACBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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