Html Css Color HEX #8CDDEA Anakiwa

📋 copy color: '#8CDDEA'

red 140 ◦ green 221 ◦ blue 234

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

Shades of Anakiwa #8CDDEA

Tints of Anakiwa #8CDDEA

RGB

 RED value IS 140 (55.08% from 255) = 23.53%

 GREEN value IS 221 (86.72% from 255) = 37.14%

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

R = 23.53%
G = 37.14%
B = 39.33%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CDDEA (or 0x8CDDEA) is known color: Anakiwa. HEX triplet: 8C, DD and EA. RGB value is (140,221,234). Sum of RGB (Red+Green+Blue) = 140+221+234=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDEA is #732215. Grayscale: #C6C6C6. Windows color (decimal): -7545366 or 15392140. OLE color: 15392140.

HSL color Cylindrical-coordinate representation of color #8CDDEA: hue angle of 188.3º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDDEA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 221 234 -
CMYK 0.40 0.06 0 0.08
HSL 188.3º 0.69% 0.73% -
HSV(B) 188.3º 0.4% 0.92% -
XYZ 51.52 63.23 87.33 -
YUV 198.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 140 221 234 0.40 0.06 0 0.08 188.3 0.69 0.73
Hex 8C DD EA 28 6 0 8 BC 45 49
Octal 214 335 352 50 6 0 10 274 105 111
Binary 10001100 11011101 11101010 101000 110 0 1000 10111100 1000101 1001001

Color Harmonies of #8CDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDEA

Black with #8CDDEA

Text Example


Text Example

White with #8CDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,234); }

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

background-color css

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

 a { background-color: rgb(140,221,234); }

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

border-color css

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

 span { border-color: rgb(140,221,234); }

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