Html Css Color HEX #8FC7DA Anakiwa

📋 copy color: '#8FC7DA'

red 143 ◦ green 199 ◦ blue 218

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

Shades of Anakiwa #8FC7DA

Tints of Anakiwa #8FC7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

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

R = 25.54%
G = 35.54%
B = 38.93%

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

#8FC7DA (or 0x8FC7DA) is known color: Anakiwa. HEX triplet: 8F, C7 and DA. RGB value is (143,199,218). Sum of RGB (Red+Green+Blue) = 143+199+218=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FC7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7DA is #703825. Grayscale: #B8B8B8. Windows color (decimal): -7354406 or 14337935. OLE color: 14337935.

HSL color Cylindrical-coordinate representation of color #8FC7DA: hue angle of 195.2º 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 #8FC7DA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 199 218 -
CMYK 0.34 0.09 0 0.15
HSL 195.2º 0.5% 0.71% -
HSV(B) 195.2º 0.34% 0.85% -
XYZ 44.41 51.75 73.98 -
YUV 184.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 143 199 218 0.34 0.09 0 0.15 195.2 0.5 0.71
Hex 8F C7 DA 22 9 0 F C3 32 47
Octal 217 307 332 42 11 0 17 303 62 107
Binary 10001111 11000111 11011010 100010 1001 0 1111 11000011 110010 1000111

Color Harmonies of #8FC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC7DA

Black with #8FC7DA

Text Example


Text Example

White with #8FC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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