Html Css Color HEX #8DDCED Anakiwa

📋 copy color: '#8DDCED'

red 141 ◦ green 220 ◦ blue 237

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

Shades of Anakiwa #8DDCED

Tints of Anakiwa #8DDCED

RGB

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

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

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

R = 23.58%
G = 36.79%
B = 39.63%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DDCED (or 0x8DDCED) is known color: Anakiwa. HEX triplet: 8D, DC and ED. RGB value is (141,220,237). Sum of RGB (Red+Green+Blue) = 141+220+237=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCED is #722312. Grayscale: #C6C6C6. Windows color (decimal): -7480083 or 15588493. OLE color: 15588493.

HSL color Cylindrical-coordinate representation of color #8DDCED: hue angle of 190.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 #8DDCED is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 220 237 -
CMYK 0.41 0.07 0 0.07
HSL 190.63º 0.73% 0.74% -
HSV(B) 190.63º 0.41% 0.93% -
XYZ 51.86 62.96 89.54 -
YUV 198.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 141 220 237 0.41 0.07 0 0.07 190.63 0.73 0.74
Hex 8D DC ED 29 7 0 7 BF 49 4A
Octal 215 334 355 51 7 0 7 277 111 112
Binary 10001101 11011100 11101101 101001 111 0 111 10111111 1001001 1001010

Color Harmonies of #8DDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDCED

Black with #8DDCED

Text Example


Text Example

White with #8DDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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