Html Css Color HEX #8CCEEA Anakiwa

📋 copy color: '#8CCEEA'

red 140 ◦ green 206 ◦ blue 234

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

Shades of Anakiwa #8CCEEA

Tints of Anakiwa #8CCEEA

RGB

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

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

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

R = 24.14%
G = 35.52%
B = 40.34%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CCEEA (or 0x8CCEEA) is known color: Anakiwa. HEX triplet: 8C, CE and EA. RGB value is (140,206,234). Sum of RGB (Red+Green+Blue) = 140+206+234=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CCEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEEA is #733115. Grayscale: #BDBDBD. Windows color (decimal): -7549206 or 15388300. OLE color: 15388300.

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

Color convert

RGB 140 206 234 -
CMYK 0.40 0.12 0 0.08
HSL 197.87º 0.69% 0.73% -
HSV(B) 197.87º 0.4% 0.92% -
XYZ 47.74 55.66 86.07 -
YUV 189.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 140 206 234 0.40 0.12 0 0.08 197.87 0.69 0.73
Hex 8C CE EA 28 C 0 8 C6 45 49
Octal 214 316 352 50 14 0 10 306 105 111
Binary 10001100 11001110 11101010 101000 1100 0 1000 11000110 1000101 1001001

Color Harmonies of #8CCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEEA

Black with #8CCEEA

Text Example


Text Example

White with #8CCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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