Html Css Color HEX #8DDCEA Anakiwa

📋 copy color: '#8DDCEA'

red 141 ◦ green 220 ◦ blue 234

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

Shades of Anakiwa #8DDCEA

Tints of Anakiwa #8DDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

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

R = 23.7%
G = 36.97%
B = 39.33%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DDCEA (or 0x8DDCEA) is known color: Anakiwa. HEX triplet: 8D, DC and EA. RGB value is (141,220,234). Sum of RGB (Red+Green+Blue) = 141+220+234=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCEA is #722315. Grayscale: #C5C5C5. Windows color (decimal): -7480086 or 15391885. OLE color: 15391885.

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

Color convert

RGB 141 220 234 -
CMYK 0.40 0.06 0 0.08
HSL 189.03º 0.69% 0.74% -
HSV(B) 189.03º 0.4% 0.92% -
XYZ 51.43 62.79 87.25 -
YUV 197.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 141 220 234 0.40 0.06 0 0.08 189.03 0.69 0.74
Hex 8D DC EA 28 6 0 8 BD 45 4A
Octal 215 334 352 50 6 0 10 275 105 112
Binary 10001101 11011100 11101010 101000 110 0 1000 10111101 1000101 1001010

Color Harmonies of #8DDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDCEA

Black with #8DDCEA

Text Example


Text Example

White with #8DDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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