Html Css Color HEX #8BBADA Seagull

📋 copy color: '#8BBADA'

red 139 ◦ green 186 ◦ blue 218

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

Shades of Seagull #8BBADA

Tints of Seagull #8BBADA

RGB

 RED value IS 139 (54.69% from 255) = 25.6%

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 25.6%
G = 34.25%
B = 40.15%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BBADA (or 0x8BBADA) is known color: Seagull. HEX triplet: 8B, BA and DA. RGB value is (139,186,218). Sum of RGB (Red+Green+Blue) = 139+186+218=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBADA is #744525. Grayscale: #AFAFAF. Windows color (decimal): -7619878 or 14334603. OLE color: 14334603.

HSL color Cylindrical-coordinate representation of color #8BBADA: hue angle of 204.3º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBADA is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 186 218 -
CMYK 0.36 0.15 0 0.15
HSL 204.3º 0.52% 0.7% -
HSV(B) 204.3º 0.36% 0.85% -
XYZ 40.86 45.67 72.99 -
YUV 175.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 139 186 218 0.36 0.15 0 0.15 204.3 0.52 0.7
Hex 8B BA DA 24 F 0 F CC 34 46
Octal 213 272 332 44 17 0 17 314 64 106
Binary 10001011 10111010 11011010 100100 1111 0 1111 11001100 110100 1000110

Color Harmonies of #8BBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBADA

Black with #8BBADA

Text Example


Text Example

White with #8BBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BBADA; }

 p { color: rgb(139,186,218); }

 H1.HeaderClassName
 {
   color: #8BBADA;
 }
 .AnyTagClassName
 {
   color: #8BBADA;
 }
</style>

background-color css

<style>
 a { background-color: #8BBADA; }

 a { background-color: rgb(139,186,218); }

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

border-color css

<style>
 span { border-color: #8BBADA; }

 span { border-color: rgb(139,186,218); }

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