Html Css Color HEX #8DCCE6 Anakiwa

📋 copy color: '#8DCCE6'

red 141 ◦ green 204 ◦ blue 230

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

Shades of Anakiwa #8DCCE6

Tints of Anakiwa #8DCCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40%

R = 24.52%
G = 35.48%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8DCCE6 (or 0x8DCCE6) is known color: Anakiwa. HEX triplet: 8D, CC and E6. RGB value is (141,204,230). Sum of RGB (Red+Green+Blue) = 141+204+230=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #8DCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCE6 is #723319. Grayscale: #BBBBBB. Windows color (decimal): -7484186 or 15125645. OLE color: 15125645.

HSL color Cylindrical-coordinate representation of color #8DCCE6: hue angle of 197.53º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCCE6 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 141 204 230 -
CMYK 0.39 0.11 0 0.10
HSL 197.53º 0.64% 0.73% -
HSV(B) 197.53º 0.39% 0.9% -
XYZ 46.86 54.56 82.92 -
YUV 188.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 141 204 230 0.39 0.11 0 0.10 197.53 0.64 0.73
Hex 8D CC E6 27 B 0 A C6 40 49
Octal 215 314 346 47 13 0 12 306 100 111
Binary 10001101 11001100 11100110 100111 1011 0 1010 11000110 1000000 1001001

Color Harmonies of #8DCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCE6

Black with #8DCCE6

Text Example


Text Example

White with #8DCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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