Html Css Color HEX #8DCBDD Anakiwa

📋 copy color: '#8DCBDD'

red 141 ◦ green 203 ◦ blue 221

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

Shades of Anakiwa #8DCBDD

Tints of Anakiwa #8DCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 24.96%
G = 35.93%
B = 39.12%

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

#8DCBDD (or 0x8DCBDD) is known color: Anakiwa. HEX triplet: 8D, CB and DD. RGB value is (141,203,221). Sum of RGB (Red+Green+Blue) = 141+203+221=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBDD is #723422. Grayscale: #BABABA. Windows color (decimal): -7484451 or 14535565. OLE color: 14535565.

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

Color convert

RGB 141 203 221 -
CMYK 0.36 0.08 0 0.13
HSL 193.5º 0.54% 0.71% -
HSV(B) 193.5º 0.36% 0.87% -
XYZ 45.39 53.6 76.36 -
YUV 186.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 141 203 221 0.36 0.08 0 0.13 193.5 0.54 0.71
Hex 8D CB DD 24 8 0 D C2 36 47
Octal 215 313 335 44 10 0 15 302 66 107
Binary 10001101 11001011 11011101 100100 1000 0 1101 11000010 110110 1000111

Color Harmonies of #8DCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBDD

Black with #8DCBDD

Text Example


Text Example

White with #8DCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,203,221); }

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

background-color css

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

 a { background-color: rgb(141,203,221); }

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

border-color css

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

 span { border-color: rgb(141,203,221); }

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