Html Css Color HEX #8DCDEB Anakiwa

📋 copy color: '#8DCDEB'

red 141 ◦ green 205 ◦ blue 235

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

Shades of Anakiwa #8DCDEB

Tints of Anakiwa #8DCDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 24.27%
G = 35.28%
B = 40.45%

CMYK

 C value IS 0.4

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DCDEB (or 0x8DCDEB) is known color: Anakiwa. HEX triplet: 8D, CD and EB. RGB value is (141,205,235). Sum of RGB (Red+Green+Blue) = 141+205+235=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDEB is #723214. Grayscale: #BDBDBD. Windows color (decimal): -7483925 or 15453581. OLE color: 15453581.

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

Color convert

RGB 141 205 235 -
CMYK 0.4 0.13 0 0.08
HSL 199.15º 0.7% 0.74% -
HSV(B) 199.15º 0.4% 0.92% -
XYZ 47.81 55.32 86.76 -
YUV 189.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 141 205 235 0.4 0.13 0 0.08 199.15 0.7 0.74
Hex 8D CD EB 28 D 0 8 C7 46 4A
Octal 215 315 353 50 15 0 10 307 106 112
Binary 10001101 11001101 11101011 101000 1101 0 1000 11000111 1000110 1001010

Color Harmonies of #8DCDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCDEB

Black with #8DCDEB

Text Example


Text Example

White with #8DCDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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