Html Css Color HEX #8CDFEF Anakiwa

📋 copy color: '#8CDFEF'

red 140 ◦ green 223 ◦ blue 239

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

Shades of Anakiwa #8CDFEF

Tints of Anakiwa #8CDFEF

RGB

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

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

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

R = 23.26%
G = 37.04%
B = 39.7%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CDFEF (or 0x8CDFEF) is known color: Anakiwa. HEX triplet: 8C, DF and EF. RGB value is (140,223,239). Sum of RGB (Red+Green+Blue) = 140+223+239=602 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.26% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFEF is #732010. Grayscale: #C7C7C7. Windows color (decimal): -7544849 or 15720332. OLE color: 15720332.

HSL color Cylindrical-coordinate representation of color #8CDFEF: hue angle of 189.7º 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 #8CDFEF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 223 239 -
CMYK 0.41 0.07 0 0.06
HSL 189.7º 0.76% 0.74% -
HSV(B) 189.7º 0.41% 0.94% -
XYZ 52.78 64.58 91.35 -
YUV 200.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 140 223 239 0.41 0.07 0 0.06 189.7 0.76 0.74
Hex 8C DF EF 29 7 0 6 BE 4C 4A
Octal 214 337 357 51 7 0 6 276 114 112
Binary 10001100 11011111 11101111 101001 111 0 110 10111110 1001100 1001010

Color Harmonies of #8CDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFEF

Black with #8CDFEF

Text Example


Text Example

White with #8CDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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