Html Css Color HEX #8DCCEA Anakiwa

📋 copy color: '#8DCCEA'

red 141 ◦ green 204 ◦ blue 234

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

Shades of Anakiwa #8DCCEA

Tints of Anakiwa #8DCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 24.35%
G = 35.23%
B = 40.41%

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

#8DCCEA (or 0x8DCCEA) is known color: Anakiwa. HEX triplet: 8D, CC and EA. RGB value is (141,204,234). Sum of RGB (Red+Green+Blue) = 141+204+234=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCEA is #723315. Grayscale: #BCBCBC. Windows color (decimal): -7484182 or 15387789. OLE color: 15387789.

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

Color convert

RGB 141 204 234 -
CMYK 0.40 0.13 0 0.08
HSL 199.35º 0.69% 0.74% -
HSV(B) 199.35º 0.4% 0.92% -
XYZ 47.43 54.79 85.92 -
YUV 188.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 141 204 234 0.40 0.13 0 0.08 199.35 0.69 0.74
Hex 8D CC EA 28 D 0 8 C7 45 4A
Octal 215 314 352 50 15 0 10 307 105 112
Binary 10001101 11001100 11101010 101000 1101 0 1000 11000111 1000101 1001010

Color Harmonies of #8DCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCEA

Black with #8DCCEA

Text Example


Text Example

White with #8DCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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