Html Css Color HEX #8FBAD4 Seagull

📋 copy color: '#8FBAD4'

red 143 ◦ green 186 ◦ blue 212

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

Shades of Seagull #8FBAD4

Tints of Seagull #8FBAD4

RGB

 RED value IS 143 (56.25% from 255) = 26.43%

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

 BLUE value IS 212 (83.2% from 255) = 39.19%

R = 26.43%
G = 34.38%
B = 39.19%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8FBAD4 (or 0x8FBAD4) is known color: Seagull. HEX triplet: 8F, BA and D4. RGB value is (143,186,212). Sum of RGB (Red+Green+Blue) = 143+186+212=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #8FBAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAD4 is #70452B. Grayscale: #AFAFAF. Windows color (decimal): -7357740 or 13941391. OLE color: 13941391.

HSL color Cylindrical-coordinate representation of color #8FBAD4: hue angle of 202.61º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FBAD4 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 143 186 212 -
CMYK 0.33 0.12 0 0.17
HSL 202.61º 0.45% 0.7% -
HSV(B) 202.61º 0.33% 0.83% -
XYZ 40.77 45.71 68.96 -
YUV 176.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 143 186 212 0.33 0.12 0 0.17 202.61 0.45 0.7
Hex 8F BA D4 21 C 0 11 CB 2D 46
Octal 217 272 324 41 14 0 21 313 55 106
Binary 10001111 10111010 11010100 100001 1100 0 10001 11001011 101101 1000110

Color Harmonies of #8FBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAD4

Black with #8FBAD4

Text Example


Text Example

White with #8FBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,212); }

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

background-color css

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

 a { background-color: rgb(143,186,212); }

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

border-color css

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

 span { border-color: rgb(143,186,212); }

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