Html Css Color HEX #86BBD6 Seagull

📋 copy color: '#86BBD6'

red 134 ◦ green 187 ◦ blue 214

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

Shades of Seagull #86BBD6

Tints of Seagull #86BBD6

RGB

 RED value IS 134 (52.73% from 255) = 25.05%

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 25.05%
G = 34.95%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#86BBD6 (or 0x86BBD6) is known color: Seagull. HEX triplet: 86, BB and D6. RGB value is (134,187,214). Sum of RGB (Red+Green+Blue) = 134+187+214=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #86BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBD6 is #794429. Grayscale: #AEAEAE. Windows color (decimal): -7947306 or 14072710. OLE color: 14072710.

HSL color Cylindrical-coordinate representation of color #86BBD6: hue angle of 200.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86BBD6 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 187 214 -
CMYK 0.37 0.13 0 0.16
HSL 200.25º 0.49% 0.68% -
HSV(B) 200.25º 0.37% 0.84% -
XYZ 39.74 45.46 70.3 -
YUV 174.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 134 187 214 0.37 0.13 0 0.16 200.25 0.49 0.68
Hex 86 BB D6 25 D 0 10 C8 31 44
Octal 206 273 326 45 15 0 20 310 61 104
Binary 10000110 10111011 11010110 100101 1101 0 10000 11001000 110001 1000100

Color Harmonies of #86BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BBD6

Black with #86BBD6

Text Example


Text Example

White with #86BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BBD6; }

 p { color: rgb(134,187,214); }

 H1.HeaderClassName
 {
   color: #86BBD6;
 }
 .AnyTagClassName
 {
   color: #86BBD6;
 }
</style>

background-color css

<style>
 a { background-color: #86BBD6; }

 a { background-color: rgb(134,187,214); }

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

border-color css

<style>
 span { border-color: #86BBD6; }

 span { border-color: rgb(134,187,214); }

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