Html Css Color HEX #8DCEEB Anakiwa

📋 copy color: '#8DCEEB'

red 141 ◦ green 206 ◦ blue 235

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

Shades of Anakiwa #8DCEEB

Tints of Anakiwa #8DCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 24.23%
G = 35.4%
B = 40.38%

CMYK

 C value IS 0.4

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DCEEB (or 0x8DCEEB) is known color: Anakiwa. HEX triplet: 8D, CE and EB. RGB value is (141,206,235). Sum of RGB (Red+Green+Blue) = 141+206+235=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEEB is #723114. Grayscale: #BDBDBD. Windows color (decimal): -7483669 or 15453837. OLE color: 15453837.

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

Color convert

RGB 141 206 235 -
CMYK 0.4 0.12 0 0.08
HSL 198.51º 0.7% 0.74% -
HSV(B) 198.51º 0.4% 0.92% -
XYZ 48.05 55.8 86.84 -
YUV 189.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 141 206 235 0.4 0.12 0 0.08 198.51 0.7 0.74
Hex 8D CE EB 28 C 0 8 C7 46 4A
Octal 215 316 353 50 14 0 10 307 106 112
Binary 10001101 11001110 11101011 101000 1100 0 1000 11000111 1000110 1001010

Color Harmonies of #8DCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCEEB

Black with #8DCEEB

Text Example


Text Example

White with #8DCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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