Html Css Color HEX #8CDCEA Anakiwa

📋 copy color: '#8CDCEA'

red 140 ◦ green 220 ◦ blue 234

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

Shades of Anakiwa #8CDCEA

Tints of Anakiwa #8CDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

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

R = 23.57%
G = 37.04%
B = 39.39%

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

#8CDCEA (or 0x8CDCEA) is known color: Anakiwa. HEX triplet: 8C, DC and EA. RGB value is (140,220,234). Sum of RGB (Red+Green+Blue) = 140+220+234=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDCEA is #732315. Grayscale: #C5C5C5. Windows color (decimal): -7545622 or 15391884. OLE color: 15391884.

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

Color convert

RGB 140 220 234 -
CMYK 0.40 0.06 0 0.08
HSL 188.94º 0.69% 0.73% -
HSV(B) 188.94º 0.4% 0.92% -
XYZ 51.26 62.7 87.24 -
YUV 197.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 140 220 234 0.40 0.06 0 0.08 188.94 0.69 0.73
Hex 8C DC EA 28 6 0 8 BD 45 49
Octal 214 334 352 50 6 0 10 275 105 111
Binary 10001100 11011100 11101010 101000 110 0 1000 10111101 1000101 1001001

Color Harmonies of #8CDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDCEA

Black with #8CDCEA

Text Example


Text Example

White with #8CDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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