Html Css Color HEX #8CDDEF Anakiwa

📋 copy color: '#8CDDEF'

red 140 ◦ green 221 ◦ blue 239

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

Shades of Anakiwa #8CDDEF

Tints of Anakiwa #8CDDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

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

R = 23.33%
G = 36.83%
B = 39.83%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CDDEF (or 0x8CDDEF) is known color: Anakiwa. HEX triplet: 8C, DD and EF. RGB value is (140,221,239). Sum of RGB (Red+Green+Blue) = 140+221+239=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDEF is #732210. Grayscale: #C6C6C6. Windows color (decimal): -7545361 or 15719820. OLE color: 15719820.

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

Color convert

RGB 140 221 239 -
CMYK 0.41 0.08 0 0.06
HSL 190.91º 0.76% 0.74% -
HSV(B) 190.91º 0.41% 0.94% -
XYZ 52.25 63.52 91.17 -
YUV 198.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 140 221 239 0.41 0.08 0 0.06 190.91 0.76 0.74
Hex 8C DD EF 29 8 0 6 BF 4C 4A
Octal 214 335 357 51 10 0 6 277 114 112
Binary 10001100 11011101 11101111 101001 1000 0 110 10111111 1001100 1001010

Color Harmonies of #8CDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDEF

Black with #8CDDEF

Text Example


Text Example

White with #8CDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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