Html Css Color HEX #8FC6DA Anakiwa

📋 copy color: '#8FC6DA'

red 143 ◦ green 198 ◦ blue 218

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

Shades of Anakiwa #8FC6DA

Tints of Anakiwa #8FC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.42%

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

R = 25.58%
G = 35.42%
B = 39%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8FC6DA (or 0x8FC6DA) is known color: Anakiwa. HEX triplet: 8F, C6 and DA. RGB value is (143,198,218). Sum of RGB (Red+Green+Blue) = 143+198+218=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC6DA is #703925. Grayscale: #B7B7B7. Windows color (decimal): -7354662 or 14337679. OLE color: 14337679.

HSL color Cylindrical-coordinate representation of color #8FC6DA: hue angle of 196º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FC6DA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 198 218 -
CMYK 0.34 0.09 0 0.15
HSL 196º 0.5% 0.71% -
HSV(B) 196º 0.34% 0.85% -
XYZ 44.18 51.29 73.9 -
YUV 183.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 143 198 218 0.34 0.09 0 0.15 196 0.5 0.71
Hex 8F C6 DA 22 9 0 F C4 32 47
Octal 217 306 332 42 11 0 17 304 62 107
Binary 10001111 11000110 11011010 100010 1001 0 1111 11000100 110010 1000111

Color Harmonies of #8FC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC6DA

Black with #8FC6DA

Text Example


Text Example

White with #8FC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,198,218); }

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

background-color css

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

 a { background-color: rgb(143,198,218); }

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

border-color css

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

 span { border-color: rgb(143,198,218); }

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