Html Css Color HEX #8CD3E9 Anakiwa

📋 copy color: '#8CD3E9'

red 140 ◦ green 211 ◦ blue 233

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

Shades of Anakiwa #8CD3E9

Tints of Anakiwa #8CD3E9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.13%

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 23.97%
G = 36.13%
B = 39.9%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8CD3E9 (or 0x8CD3E9) is known color: Anakiwa. HEX triplet: 8C, D3 and E9. RGB value is (140,211,233). Sum of RGB (Red+Green+Blue) = 140+211+233=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #8CD3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD3E9 is #732C16. Grayscale: #C0C0C0. Windows color (decimal): -7547927 or 15324044. OLE color: 15324044.

HSL color Cylindrical-coordinate representation of color #8CD3E9: hue angle of 194.19º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CD3E9 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 211 233 -
CMYK 0.40 0.09 0 0.09
HSL 194.19º 0.68% 0.73% -
HSV(B) 194.19º 0.4% 0.91% -
XYZ 48.82 58.05 85.72 -
YUV 192.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 140 211 233 0.40 0.09 0 0.09 194.19 0.68 0.73
Hex 8C D3 E9 28 9 0 9 C2 44 49
Octal 214 323 351 50 11 0 11 302 104 111
Binary 10001100 11010011 11101001 101000 1001 0 1001 11000010 1000100 1001001

Color Harmonies of #8CD3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD3E9

Black with #8CD3E9

Text Example


Text Example

White with #8CD3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,211,233); }

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

background-color css

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

 a { background-color: rgb(140,211,233); }

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

border-color css

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

 span { border-color: rgb(140,211,233); }

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