Html Css Color HEX #8CD3EA Anakiwa

📋 copy color: '#8CD3EA'

red 140 ◦ green 211 ◦ blue 234

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

Shades of Anakiwa #8CD3EA

Tints of Anakiwa #8CD3EA

RGB

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

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

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

R = 23.93%
G = 36.07%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CD3EA (or 0x8CD3EA) is known color: Anakiwa. HEX triplet: 8C, D3 and EA. RGB value is (140,211,234). Sum of RGB (Red+Green+Blue) = 140+211+234=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD3EA is #732C15. Grayscale: #C0C0C0. Windows color (decimal): -7547926 or 15389580. OLE color: 15389580.

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

Color convert

RGB 140 211 234 -
CMYK 0.40 0.10 0 0.08
HSL 194.68º 0.69% 0.73% -
HSV(B) 194.68º 0.4% 0.92% -
XYZ 48.96 58.1 86.48 -
YUV 192.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 140 211 234 0.40 0.10 0 0.08 194.68 0.69 0.73
Hex 8C D3 EA 28 A 0 8 C3 45 49
Octal 214 323 352 50 12 0 10 303 105 111
Binary 10001100 11010011 11101010 101000 1010 0 1000 11000011 1000101 1001001

Color Harmonies of #8CD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD3EA

Black with #8CD3EA

Text Example


Text Example

White with #8CD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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