Html Css Color HEX #8DCCED Anakiwa

📋 copy color: '#8DCCED'

red 141 ◦ green 204 ◦ blue 237

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

Shades of Anakiwa #8DCCED

Tints of Anakiwa #8DCCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 24.23%
G = 35.05%
B = 40.72%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DCCED (or 0x8DCCED) is known color: Anakiwa. HEX triplet: 8D, CC and ED. RGB value is (141,204,237). Sum of RGB (Red+Green+Blue) = 141+204+237=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCED is #723312. Grayscale: #BCBCBC. Windows color (decimal): -7484179 or 15584397. OLE color: 15584397.

HSL color Cylindrical-coordinate representation of color #8DCCED: hue angle of 200.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCCED is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 204 237 -
CMYK 0.41 0.14 0 0.07
HSL 200.63º 0.73% 0.74% -
HSV(B) 200.63º 0.41% 0.93% -
XYZ 47.86 54.96 88.21 -
YUV 188.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 141 204 237 0.41 0.14 0 0.07 200.63 0.73 0.74
Hex 8D CC ED 29 E 0 7 C9 49 4A
Octal 215 314 355 51 16 0 7 311 111 112
Binary 10001101 11001100 11101101 101001 1110 0 111 11001001 1001001 1001010

Color Harmonies of #8DCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCED

Black with #8DCCED

Text Example


Text Example

White with #8DCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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