Html Css Color HEX #8FC9DC Anakiwa

📋 copy color: '#8FC9DC'

red 143 ◦ green 201 ◦ blue 220

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

Shades of Anakiwa #8FC9DC

Tints of Anakiwa #8FC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 25.35%
G = 35.64%
B = 39.01%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FC9DC (or 0x8FC9DC) is known color: Anakiwa. HEX triplet: 8F, C9 and DC. RGB value is (143,201,220). Sum of RGB (Red+Green+Blue) = 143+201+220=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC9DC is #703623. Grayscale: #B9B9B9. Windows color (decimal): -7353892 or 14469519. OLE color: 14469519.

HSL color Cylindrical-coordinate representation of color #8FC9DC: hue angle of 194.81º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FC9DC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 201 220 -
CMYK 0.35 0.09 0 0.14
HSL 194.81º 0.52% 0.71% -
HSV(B) 194.81º 0.35% 0.86% -
XYZ 45.13 52.78 75.52 -
YUV 185.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 143 201 220 0.35 0.09 0 0.14 194.81 0.52 0.71
Hex 8F C9 DC 23 9 0 E C3 34 47
Octal 217 311 334 43 11 0 16 303 64 107
Binary 10001111 11001001 11011100 100011 1001 0 1110 11000011 110100 1000111

Color Harmonies of #8FC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC9DC

Black with #8FC9DC

Text Example


Text Example

White with #8FC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,201,220); }

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

background-color css

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

 a { background-color: rgb(143,201,220); }

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

border-color css

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

 span { border-color: rgb(143,201,220); }

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