Html Css Color HEX #7ABFCB Seagull

📋 copy color: '#7ABFCB'

red 122 ◦ green 191 ◦ blue 203

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

Shades of Seagull #7ABFCB

Tints of Seagull #7ABFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 23.64%
G = 37.02%
B = 39.34%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7ABFCB (or 0x7ABFCB) is known color: Seagull. HEX triplet: 7A, BF and CB. RGB value is (122,191,203). Sum of RGB (Red+Green+Blue) = 122+191+203=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #7ABFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCB is #854034. Grayscale: #ABABAB. Windows color (decimal): -8732725 or 13352826. OLE color: 13352826.

HSL color Cylindrical-coordinate representation of color #7ABFCB: hue angle of 188.89º degrees, saturation: 0.44, 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 #7ABFCB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 191 203 -
CMYK 0.40 0.06 0 0.20
HSL 188.89º 0.44% 0.64% -
HSV(B) 188.89º 0.4% 0.8% -
XYZ 37.44 45.71 63.35 -
YUV 171.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 122 191 203 0.40 0.06 0 0.20 188.89 0.44 0.64
Hex 7A BF CB 28 6 0 14 BD 2C 40
Octal 172 277 313 50 6 0 24 275 54 100
Binary 1111010 10111111 11001011 101000 110 0 10100 10111101 101100 1000000

Color Harmonies of #7ABFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFCB

Black with #7ABFCB

Text Example


Text Example

White with #7ABFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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