Html Css Color HEX #8DCDEC Anakiwa

📋 copy color: '#8DCDEC'

red 141 ◦ green 205 ◦ blue 236

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

Shades of Anakiwa #8DCDEC

Tints of Anakiwa #8DCDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.22%

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 24.23%
G = 35.22%
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

#8DCDEC (or 0x8DCDEC) is known color: Anakiwa. HEX triplet: 8D, CD and EC. RGB value is (141,205,236). Sum of RGB (Red+Green+Blue) = 141+205+236=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DCDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDEC is #723213. Grayscale: #BDBDBD. Windows color (decimal): -7483924 or 15519117. OLE color: 15519117.

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

Color convert

RGB 141 205 236 -
CMYK 0.40 0.13 0 0.07
HSL 199.58º 0.71% 0.74% -
HSV(B) 199.58º 0.4% 0.93% -
XYZ 47.96 55.38 87.52 -
YUV 189.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 141 205 236 0.40 0.13 0 0.07 199.58 0.71 0.74
Hex 8D CD EC 28 D 0 7 C8 47 4A
Octal 215 315 354 50 15 0 7 310 107 112
Binary 10001101 11001101 11101100 101000 1101 0 111 11001000 1000111 1001010

Color Harmonies of #8DCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCDEC

Black with #8DCDEC

Text Example


Text Example

White with #8DCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,236); }

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

background-color css

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

 a { background-color: rgb(141,205,236); }

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

border-color css

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

 span { border-color: rgb(141,205,236); }

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