Html Css Color HEX #8FCEEE Anakiwa

📋 copy color: '#8FCEEE'

red 143 ◦ green 206 ◦ blue 238

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

Shades of Anakiwa #8FCEEE

Tints of Anakiwa #8FCEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 24.36%
G = 35.09%
B = 40.55%

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

#8FCEEE (or 0x8FCEEE) is known color: Anakiwa. HEX triplet: 8F, CE and EE. RGB value is (143,206,238). Sum of RGB (Red+Green+Blue) = 143+206+238=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEEE is #703111. Grayscale: #BEBEBE. Windows color (decimal): -7352594 or 15650447. OLE color: 15650447.

HSL color Cylindrical-coordinate representation of color #8FCEEE: hue angle of 200.21º degrees, saturation: 0.74, 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 #8FCEEE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 206 238 -
CMYK 0.40 0.13 0 0.07
HSL 200.21º 0.74% 0.75% -
HSV(B) 200.21º 0.4% 0.93% -
XYZ 48.83 56.16 89.15 -
YUV 190.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 143 206 238 0.40 0.13 0 0.07 200.21 0.74 0.75
Hex 8F CE EE 28 D 0 7 C8 4A 4B
Octal 217 316 356 50 15 0 7 310 112 113
Binary 10001111 11001110 11101110 101000 1101 0 111 11001000 1001010 1001011

Color Harmonies of #8FCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEEE

Black with #8FCEEE

Text Example


Text Example

White with #8FCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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