Html Css Color HEX #8CCEDF Anakiwa

📋 copy color: '#8CCEDF'

red 140 ◦ green 206 ◦ blue 223

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

Shades of Anakiwa #8CCEDF

Tints of Anakiwa #8CCEDF

RGB

 RED value IS 140 (55.08% from 255) = 24.6%

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

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

R = 24.6%
G = 36.2%
B = 39.19%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CCEDF (or 0x8CCEDF) is known color: Anakiwa. HEX triplet: 8C, CE and DF. RGB value is (140,206,223). Sum of RGB (Red+Green+Blue) = 140+206+223=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEDF is #733120. Grayscale: #BCBCBC. Windows color (decimal): -7549217 or 14667404. OLE color: 14667404.

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

Color convert

RGB 140 206 223 -
CMYK 0.37 0.08 0 0.13
HSL 192.29º 0.56% 0.71% -
HSV(B) 192.29º 0.37% 0.87% -
XYZ 46.21 55.05 78 -
YUV 188.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 140 206 223 0.37 0.08 0 0.13 192.29 0.56 0.71
Hex 8C CE DF 25 8 0 D C0 38 47
Octal 214 316 337 45 10 0 15 300 70 107
Binary 10001100 11001110 11011111 100101 1000 0 1101 11000000 111000 1000111

Color Harmonies of #8CCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEDF

Black with #8CCEDF

Text Example


Text Example

White with #8CCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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