Html Css Color HEX #8FBDC4 Botticelli

📋 copy color: '#8FBDC4'

red 143 ◦ green 189 ◦ blue 196

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

Shades of Botticelli #8FBDC4

Tints of Botticelli #8FBDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 27.08%
G = 35.8%
B = 37.12%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8FBDC4 (or 0x8FBDC4) is known color: Botticelli. HEX triplet: 8F, BD and C4. RGB value is (143,189,196). Sum of RGB (Red+Green+Blue) = 143+189+196=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC4 is #70423B. Grayscale: #AFAFAF. Windows color (decimal): -7356988 or 12893583. OLE color: 12893583.

HSL color Cylindrical-coordinate representation of color #8FBDC4: hue angle of 187.92º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBDC4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 189 196 -
CMYK 0.27 0.04 0 0.23
HSL 187.92º 0.31% 0.66% -
HSV(B) 187.92º 0.27% 0.77% -
XYZ 39.49 46.22 59.06 -
YUV 176.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 143 189 196 0.27 0.04 0 0.23 187.92 0.31 0.66
Hex 8F BD C4 1B 4 0 17 BC 1F 42
Octal 217 275 304 33 4 0 27 274 37 102
Binary 10001111 10111101 11000100 11011 100 0 10111 10111100 11111 1000010

Color Harmonies of #8FBDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDC4

Black with #8FBDC4

Text Example


Text Example

White with #8FBDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,189,196); }

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

background-color css

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

 a { background-color: rgb(143,189,196); }

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

border-color css

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

 span { border-color: rgb(143,189,196); }

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