Html Css Color HEX #8DCCEE Anakiwa

📋 copy color: '#8DCCEE'

red 141 ◦ green 204 ◦ blue 238

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

Shades of Anakiwa #8DCCEE

Tints of Anakiwa #8DCCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 24.19%
G = 34.99%
B = 40.82%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DCCEE (or 0x8DCCEE) is known color: Anakiwa. HEX triplet: 8D, CC and EE. RGB value is (141,204,238). Sum of RGB (Red+Green+Blue) = 141+204+238=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DCCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCEE is #723311. Grayscale: #BCBCBC. Windows color (decimal): -7484178 or 15649933. OLE color: 15649933.

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

Color convert

RGB 141 204 238 -
CMYK 0.41 0.14 0 0.07
HSL 201.03º 0.74% 0.74% -
HSV(B) 201.03º 0.41% 0.93% -
XYZ 48.01 55.02 88.98 -
YUV 189.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 141 204 238 0.41 0.14 0 0.07 201.03 0.74 0.74
Hex 8D CC EE 29 E 0 7 C9 4A 4A
Octal 215 314 356 51 16 0 7 311 112 112
Binary 10001101 11001100 11101110 101001 1110 0 111 11001001 1001010 1001010

Color Harmonies of #8DCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCEE

Black with #8DCCEE

Text Example


Text Example

White with #8DCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,238); }

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

background-color css

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

 a { background-color: rgb(141,204,238); }

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

border-color css

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

 span { border-color: rgb(141,204,238); }

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