Html Css Color HEX #8FCCE6 Anakiwa

📋 copy color: '#8FCCE6'

red 143 ◦ green 204 ◦ blue 230

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

Shades of Anakiwa #8FCCE6

Tints of Anakiwa #8FCCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.36%

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 24.78%
G = 35.36%
B = 39.86%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8FCCE6 (or 0x8FCCE6) is known color: Anakiwa. HEX triplet: 8F, CC and E6. RGB value is (143,204,230). Sum of RGB (Red+Green+Blue) = 143+204+230=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #8FCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCE6 is #703319. Grayscale: #BCBCBC. Windows color (decimal): -7353114 or 15125647. OLE color: 15125647.

HSL color Cylindrical-coordinate representation of color #8FCCE6: hue angle of 197.93º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCCE6 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 204 230 -
CMYK 0.38 0.11 0 0.10
HSL 197.93º 0.64% 0.73% -
HSV(B) 197.93º 0.38% 0.9% -
XYZ 47.2 54.74 82.94 -
YUV 188.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 143 204 230 0.38 0.11 0 0.10 197.93 0.64 0.73
Hex 8F CC E6 26 B 0 A C6 40 49
Octal 217 314 346 46 13 0 12 306 100 111
Binary 10001111 11001100 11100110 100110 1011 0 1010 11000110 1000000 1001001

Color Harmonies of #8FCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCE6

Black with #8FCCE6

Text Example


Text Example

White with #8FCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,230); }

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

background-color css

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

 a { background-color: rgb(143,204,230); }

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

border-color css

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

 span { border-color: rgb(143,204,230); }

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