Html Css Color HEX #8DCBEA Anakiwa

📋 copy color: '#8DCBEA'

red 141 ◦ green 203 ◦ blue 234

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

Shades of Anakiwa #8DCBEA

Tints of Anakiwa #8DCBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 24.39%
G = 35.12%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DCBEA (or 0x8DCBEA) is known color: Anakiwa. HEX triplet: 8D, CB and EA. RGB value is (141,203,234). Sum of RGB (Red+Green+Blue) = 141+203+234=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBEA is #723415. Grayscale: #BBBBBB. Windows color (decimal): -7484438 or 15387533. OLE color: 15387533.

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

Color convert

RGB 141 203 234 -
CMYK 0.40 0.13 0 0.08
HSL 200º 0.69% 0.74% -
HSV(B) 200º 0.4% 0.92% -
XYZ 47.19 54.32 85.84 -
YUV 188 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 141 203 234 0.40 0.13 0 0.08 200 0.69 0.74
Hex 8D CB EA 28 D 0 8 C8 45 4A
Octal 215 313 352 50 15 0 10 310 105 112
Binary 10001101 11001011 11101010 101000 1101 0 1000 11001000 1000101 1001010

Color Harmonies of #8DCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBEA

Black with #8DCBEA

Text Example


Text Example

White with #8DCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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