Html Css Color HEX #8FCEED Anakiwa

📋 copy color: '#8FCEED'

red 143 ◦ green 206 ◦ blue 237

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

Shades of Anakiwa #8FCEED

Tints of Anakiwa #8FCEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 24.4%
G = 35.15%
B = 40.44%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FCEED (or 0x8FCEED) is known color: Anakiwa. HEX triplet: 8F, CE and ED. RGB value is (143,206,237). Sum of RGB (Red+Green+Blue) = 143+206+237=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEED is #703112. Grayscale: #BEBEBE. Windows color (decimal): -7352595 or 15584911. OLE color: 15584911.

HSL color Cylindrical-coordinate representation of color #8FCEED: hue angle of 199.79º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCEED is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 206 237 -
CMYK 0.40 0.13 0 0.07
HSL 199.79º 0.72% 0.75% -
HSV(B) 199.79º 0.4% 0.93% -
XYZ 48.69 56.1 88.38 -
YUV 190.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 143 206 237 0.40 0.13 0 0.07 199.79 0.72 0.75
Hex 8F CE ED 28 D 0 7 C8 48 4B
Octal 217 316 355 50 15 0 7 310 110 113
Binary 10001111 11001110 11101101 101000 1101 0 111 11001000 1001000 1001011

Color Harmonies of #8FCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEED

Black with #8FCEED

Text Example


Text Example

White with #8FCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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