Html Css Color HEX #8FCEDF Anakiwa

📋 copy color: '#8FCEDF'

red 143 ◦ green 206 ◦ blue 223

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

Shades of Anakiwa #8FCEDF

Tints of Anakiwa #8FCEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 25%
G = 36.01%
B = 38.99%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FCEDF (or 0x8FCEDF) is known color: Anakiwa. HEX triplet: 8F, CE and DF. RGB value is (143,206,223). Sum of RGB (Red+Green+Blue) = 143+206+223=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEDF is #703120. Grayscale: #BCBCBC. Windows color (decimal): -7352609 or 14667407. OLE color: 14667407.

HSL color Cylindrical-coordinate representation of color #8FCEDF: hue angle of 192.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FCEDF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 206 223 -
CMYK 0.36 0.08 0 0.13
HSL 192.75º 0.56% 0.72% -
HSV(B) 192.75º 0.36% 0.87% -
XYZ 46.72 55.31 78.03 -
YUV 189.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 143 206 223 0.36 0.08 0 0.13 192.75 0.56 0.72
Hex 8F CE DF 24 8 0 D C1 38 48
Octal 217 316 337 44 10 0 15 301 70 110
Binary 10001111 11001110 11011111 100100 1000 0 1101 11000001 111000 1001000

Color Harmonies of #8FCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEDF

Black with #8FCEDF

Text Example


Text Example

White with #8FCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,206,223); }

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

background-color css

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

 a { background-color: rgb(143,206,223); }

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

border-color css

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

 span { border-color: rgb(143,206,223); }

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