Html Css Color HEX #8DCCEB Anakiwa

📋 copy color: '#8DCCEB'

red 141 ◦ green 204 ◦ blue 235

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

Shades of Anakiwa #8DCCEB

Tints of Anakiwa #8DCCEB

RGB

 RED value IS 141 (55.47% from 255) = 24.31%

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

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

R = 24.31%
G = 35.17%
B = 40.52%

CMYK

 C value IS 0.4

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DCCEB (or 0x8DCCEB) is known color: Anakiwa. HEX triplet: 8D, CC and EB. RGB value is (141,204,235). Sum of RGB (Red+Green+Blue) = 141+204+235=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCEB is #723314. Grayscale: #BCBCBC. Windows color (decimal): -7484181 or 15453325. OLE color: 15453325.

HSL color Cylindrical-coordinate representation of color #8DCCEB: hue angle of 199.79º 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 #8DCCEB is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 204 235 -
CMYK 0.4 0.13 0 0.08
HSL 199.79º 0.7% 0.74% -
HSV(B) 199.79º 0.4% 0.92% -
XYZ 47.57 54.85 86.68 -
YUV 188.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 141 204 235 0.4 0.13 0 0.08 199.79 0.7 0.74
Hex 8D CC EB 28 D 0 8 C8 46 4A
Octal 215 314 353 50 15 0 10 310 106 112
Binary 10001101 11001100 11101011 101000 1101 0 1000 11001000 1000110 1001010

Color Harmonies of #8DCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCEB

Black with #8DCCEB

Text Example


Text Example

White with #8DCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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