Html Css Color HEX #8CCEE0 Anakiwa

📋 copy color: '#8CCEE0'

red 140 ◦ green 206 ◦ blue 224

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

Shades of Anakiwa #8CCEE0

Tints of Anakiwa #8CCEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 24.56%
G = 36.14%
B = 39.3%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8CCEE0 (or 0x8CCEE0) is known color: Anakiwa. HEX triplet: 8C, CE and E0. RGB value is (140,206,224). Sum of RGB (Red+Green+Blue) = 140+206+224=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEE0 is #73311F. Grayscale: #BCBCBC. Windows color (decimal): -7549216 or 14732940. OLE color: 14732940.

HSL color Cylindrical-coordinate representation of color #8CCEE0: hue angle of 192.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CCEE0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 206 224 -
CMYK 0.38 0.08 0 0.12
HSL 192.86º 0.58% 0.71% -
HSV(B) 192.86º 0.38% 0.88% -
XYZ 46.34 55.1 78.71 -
YUV 188.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 140 206 224 0.38 0.08 0 0.12 192.86 0.58 0.71
Hex 8C CE E0 26 8 0 C C1 3A 47
Octal 214 316 340 46 10 0 14 301 72 107
Binary 10001100 11001110 11100000 100110 1000 0 1100 11000001 111010 1000111

Color Harmonies of #8CCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEE0

Black with #8CCEE0

Text Example


Text Example

White with #8CCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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