Html Css Color HEX #8DCDDE Anakiwa

📋 copy color: '#8DCDDE'

red 141 ◦ green 205 ◦ blue 222

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

Shades of Anakiwa #8DCDDE

Tints of Anakiwa #8DCDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 24.82%
G = 36.09%
B = 39.08%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DCDDE (or 0x8DCDDE) is known color: Anakiwa. HEX triplet: 8D, CD and DE. RGB value is (141,205,222). Sum of RGB (Red+Green+Blue) = 141+205+222=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDDE is #723221. Grayscale: #BBBBBB. Windows color (decimal): -7483938 or 14601613. OLE color: 14601613.

HSL color Cylindrical-coordinate representation of color #8DCDDE: hue angle of 192.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCDDE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 205 222 -
CMYK 0.36 0.08 0 0.13
HSL 192.59º 0.55% 0.71% -
HSV(B) 192.59º 0.36% 0.87% -
XYZ 46 54.6 77.22 -
YUV 187.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 141 205 222 0.36 0.08 0 0.13 192.59 0.55 0.71
Hex 8D CD DE 24 8 0 D C1 37 47
Octal 215 315 336 44 10 0 15 301 67 107
Binary 10001101 11001101 11011110 100100 1000 0 1101 11000001 110111 1000111

Color Harmonies of #8DCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCDDE

Black with #8DCDDE

Text Example


Text Example

White with #8DCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,222); }

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

background-color css

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

 a { background-color: rgb(141,205,222); }

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

border-color css

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

 span { border-color: rgb(141,205,222); }

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