Html Css Color HEX #83BBCA Seagull

📋 copy color: '#83BBCA'

red 131 ◦ green 187 ◦ blue 202

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

Shades of Seagull #83BBCA

Tints of Seagull #83BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 25.19%
G = 35.96%
B = 38.85%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#83BBCA (or 0x83BBCA) is known color: Seagull. HEX triplet: 83, BB and CA. RGB value is (131,187,202). Sum of RGB (Red+Green+Blue) = 131+187+202=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #83BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBCA is #7C4435. Grayscale: #ABABAB. Windows color (decimal): -8143926 or 13286275. OLE color: 13286275.

HSL color Cylindrical-coordinate representation of color #83BBCA: hue angle of 192.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83BBCA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 187 202 -
CMYK 0.35 0.07 0 0.21
HSL 192.68º 0.4% 0.65% -
HSV(B) 192.68º 0.35% 0.79% -
XYZ 37.79 44.63 62.5 -
YUV 171.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 131 187 202 0.35 0.07 0 0.21 192.68 0.4 0.65
Hex 83 BB CA 23 7 0 15 C1 28 41
Octal 203 273 312 43 7 0 25 301 50 101
Binary 10000011 10111011 11001010 100011 111 0 10101 11000001 101000 1000001

Color Harmonies of #83BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBCA

Black with #83BBCA

Text Example


Text Example

White with #83BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,187,202); }

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

background-color css

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

 a { background-color: rgb(131,187,202); }

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

border-color css

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

 span { border-color: rgb(131,187,202); }

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