Html Css Color HEX #8CDFEA Anakiwa

📋 copy color: '#8CDFEA'

red 140 ◦ green 223 ◦ blue 234

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

Shades of Anakiwa #8CDFEA

Tints of Anakiwa #8CDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.35%

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

R = 23.45%
G = 37.35%
B = 39.2%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CDFEA (or 0x8CDFEA) is known color: Anakiwa. HEX triplet: 8C, DF and EA. RGB value is (140,223,234). Sum of RGB (Red+Green+Blue) = 140+223+234=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFEA is #732015. Grayscale: #C7C7C7. Windows color (decimal): -7544854 or 15392652. OLE color: 15392652.

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

Color convert

RGB 140 223 234 -
CMYK 0.40 0.05 0 0.08
HSL 187.02º 0.69% 0.73% -
HSV(B) 187.02º 0.4% 0.92% -
XYZ 52.05 64.29 87.51 -
YUV 199.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 140 223 234 0.40 0.05 0 0.08 187.02 0.69 0.73
Hex 8C DF EA 28 5 0 8 BB 45 49
Octal 214 337 352 50 5 0 10 273 105 111
Binary 10001100 11011111 11101010 101000 101 0 1000 10111011 1000101 1001001

Color Harmonies of #8CDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFEA

Black with #8CDFEA

Text Example


Text Example

White with #8CDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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