Html Css Color HEX #8CCCEB Anakiwa

📋 copy color: '#8CCCEB'

red 140 ◦ green 204 ◦ blue 235

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

Shades of Anakiwa #8CCCEB

Tints of Anakiwa #8CCCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 24.18%
G = 35.23%
B = 40.59%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CCCEB (or 0x8CCCEB) is known color: Anakiwa. HEX triplet: 8C, CC and EB. RGB value is (140,204,235). Sum of RGB (Red+Green+Blue) = 140+204+235=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCEB is #733314. Grayscale: #BCBCBC. Windows color (decimal): -7549717 or 15453324. OLE color: 15453324.

HSL color Cylindrical-coordinate representation of color #8CCCEB: hue angle of 199.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCCEB is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 204 235 -
CMYK 0.40 0.13 0 0.08
HSL 199.58º 0.7% 0.74% -
HSV(B) 199.58º 0.4% 0.92% -
XYZ 47.4 54.76 86.67 -
YUV 188.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 140 204 235 0.40 0.13 0 0.08 199.58 0.7 0.74
Hex 8C CC EB 28 D 0 8 C8 46 4A
Octal 214 314 353 50 15 0 10 310 106 112
Binary 10001100 11001100 11101011 101000 1101 0 1000 11001000 1000110 1001010

Color Harmonies of #8CCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCEB

Black with #8CCCEB

Text Example


Text Example

White with #8CCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,235); }

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

background-color css

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

 a { background-color: rgb(140,204,235); }

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

border-color css

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

 span { border-color: rgb(140,204,235); }

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