Html Css Color HEX #8CCEEF Anakiwa

📋 copy color: '#8CCEEF'

red 140 ◦ green 206 ◦ blue 239

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

Shades of Anakiwa #8CCEEF

Tints of Anakiwa #8CCEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 23.93%
G = 35.21%
B = 40.85%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CCEEF (or 0x8CCEEF) is known color: Anakiwa. HEX triplet: 8C, CE and EF. RGB value is (140,206,239). Sum of RGB (Red+Green+Blue) = 140+206+239=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEEF is #733110. Grayscale: #BDBDBD. Windows color (decimal): -7549201 or 15715980. OLE color: 15715980.

HSL color Cylindrical-coordinate representation of color #8CCEEF: hue angle of 200º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CCEEF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 206 239 -
CMYK 0.41 0.14 0 0.06
HSL 200º 0.76% 0.74% -
HSV(B) 200º 0.41% 0.94% -
XYZ 48.47 55.95 89.91 -
YUV 190.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 140 206 239 0.41 0.14 0 0.06 200 0.76 0.74
Hex 8C CE EF 29 E 0 6 C8 4C 4A
Octal 214 316 357 51 16 0 6 310 114 112
Binary 10001100 11001110 11101111 101001 1110 0 110 11001000 1001100 1001010

Color Harmonies of #8CCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEEF

Black with #8CCEEF

Text Example


Text Example

White with #8CCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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