Html Css Color HEX #7BAFCD Seagull

📋 copy color: '#7BAFCD'

red 123 ◦ green 175 ◦ blue 205

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

Shades of Seagull #7BAFCD

Tints of Seagull #7BAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 24.45%
G = 34.79%
B = 40.76%

CMYK

 C value IS 0.4

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BAFCD (or 0x7BAFCD) is known color: Seagull. HEX triplet: 7B, AF and CD. RGB value is (123,175,205). Sum of RGB (Red+Green+Blue) = 123+175+205=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFCD is #845032. Grayscale: #A2A2A2. Windows color (decimal): -8671283 or 13479803. OLE color: 13479803.

HSL color Cylindrical-coordinate representation of color #7BAFCD: hue angle of 201.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAFCD is Cyan = 0.4, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 175 205 -
CMYK 0.4 0.15 0 0.20
HSL 201.95º 0.45% 0.64% -
HSV(B) 201.95º 0.4% 0.8% -
XYZ 34.52 39.28 63.52 -
YUV 162.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 123 175 205 0.4 0.15 0 0.20 201.95 0.45 0.64
Hex 7B AF CD 28 F 0 14 CA 2D 40
Octal 173 257 315 50 17 0 24 312 55 100
Binary 1111011 10101111 11001101 101000 1111 0 10100 11001010 101101 1000000

Color Harmonies of #7BAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFCD

Black with #7BAFCD

Text Example


Text Example

White with #7BAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,205); }

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

background-color css

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

 a { background-color: rgb(123,175,205); }

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

border-color css

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

 span { border-color: rgb(123,175,205); }

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