Html Css Color HEX #82BBCE Seagull

📋 copy color: '#82BBCE'

red 130 ◦ green 187 ◦ blue 206

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

Shades of Seagull #82BBCE

Tints of Seagull #82BBCE

RGB

 RED value IS 130 (51.17% from 255) = 24.86%

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 24.86%
G = 35.76%
B = 39.39%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82BBCE (or 0x82BBCE) is known color: Seagull. HEX triplet: 82, BB and CE. RGB value is (130,187,206). Sum of RGB (Red+Green+Blue) = 130+187+206=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #82BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBCE is #7D4431. Grayscale: #ABABAB. Windows color (decimal): -8209458 or 13548418. OLE color: 13548418.

HSL color Cylindrical-coordinate representation of color #82BBCE: hue angle of 195º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BBCE is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 187 206 -
CMYK 0.37 0.09 0 0.19
HSL 195º 0.44% 0.66% -
HSV(B) 195º 0.37% 0.81% -
XYZ 38.12 44.74 65.02 -
YUV 172.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 130 187 206 0.37 0.09 0 0.19 195 0.44 0.66
Hex 82 BB CE 25 9 0 13 C3 2C 42
Octal 202 273 316 45 11 0 23 303 54 102
Binary 10000010 10111011 11001110 100101 1001 0 10011 11000011 101100 1000010

Color Harmonies of #82BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBCE

Black with #82BBCE

Text Example


Text Example

White with #82BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BBCE; }

 p { color: rgb(130,187,206); }

 H1.HeaderClassName
 {
   color: #82BBCE;
 }
 .AnyTagClassName
 {
   color: #82BBCE;
 }
</style>

background-color css

<style>
 a { background-color: #82BBCE; }

 a { background-color: rgb(130,187,206); }

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

border-color css

<style>
 span { border-color: #82BBCE; }

 span { border-color: rgb(130,187,206); }

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