Html Css Color HEX #83AFCB Seagull

📋 copy color: '#83AFCB'

red 131 ◦ green 175 ◦ blue 203

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

Shades of Seagull #83AFCB

Tints of Seagull #83AFCB

RGB

 RED value IS 131 (51.56% from 255) = 25.74%

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

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

R = 25.74%
G = 34.38%
B = 39.88%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#83AFCB (or 0x83AFCB) is known color: Seagull. HEX triplet: 83, AF and CB. RGB value is (131,175,203). Sum of RGB (Red+Green+Blue) = 131+175+203=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #83AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFCB is #7C5034. Grayscale: #A4A4A4. Windows color (decimal): -8146997 or 13348739. OLE color: 13348739.

HSL color Cylindrical-coordinate representation of color #83AFCB: hue angle of 203.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AFCB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 175 203 -
CMYK 0.35 0.14 0 0.20
HSL 203.33º 0.41% 0.65% -
HSV(B) 203.33º 0.35% 0.8% -
XYZ 35.47 39.8 62.31 -
YUV 165.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 131 175 203 0.35 0.14 0 0.20 203.33 0.41 0.65
Hex 83 AF CB 23 E 0 14 CB 29 41
Octal 203 257 313 43 16 0 24 313 51 101
Binary 10000011 10101111 11001011 100011 1110 0 10100 11001011 101001 1000001

Color Harmonies of #83AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFCB

Black with #83AFCB

Text Example


Text Example

White with #83AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AFCB; }

 p { color: rgb(131,175,203); }

 H1.HeaderClassName
 {
   color: #83AFCB;
 }
 .AnyTagClassName
 {
   color: #83AFCB;
 }
</style>

background-color css

<style>
 a { background-color: #83AFCB; }

 a { background-color: rgb(131,175,203); }

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

border-color css

<style>
 span { border-color: #83AFCB; }

 span { border-color: rgb(131,175,203); }

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