Html Css Color HEX #8DDFEC Anakiwa

📋 copy color: '#8DDFEC'

red 141 ◦ green 223 ◦ blue 236

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

Shades of Anakiwa #8DDFEC

Tints of Anakiwa #8DDFEC

RGB

 RED value IS 141 (55.47% from 255) = 23.5%

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

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 23.5%
G = 37.17%
B = 39.33%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DDFEC (or 0x8DDFEC) is known color: Anakiwa. HEX triplet: 8D, DF and EC. RGB value is (141,223,236). Sum of RGB (Red+Green+Blue) = 141+223+236=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFEC is #722013. Grayscale: #C7C7C7. Windows color (decimal): -7479316 or 15523725. OLE color: 15523725.

HSL color Cylindrical-coordinate representation of color #8DDFEC: hue angle of 188.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDFEC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 223 236 -
CMYK 0.40 0.06 0 0.07
HSL 188.21º 0.71% 0.74% -
HSV(B) 188.21º 0.4% 0.93% -
XYZ 52.51 64.49 89.04 -
YUV 199.96 148.33 85.94 -
System Red Green Blue C M Y K H S L
Decimal 141 223 236 0.40 0.06 0 0.07 188.21 0.71 0.74
Hex 8D DF EC 28 6 0 7 BC 47 4A
Octal 215 337 354 50 6 0 7 274 107 112
Binary 10001101 11011111 11101100 101000 110 0 111 10111100 1000111 1001010

Color Harmonies of #8DDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDFEC

Black with #8DDFEC

Text Example


Text Example

White with #8DDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,236); }

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

background-color css

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

 a { background-color: rgb(141,223,236); }

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

border-color css

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

 span { border-color: rgb(141,223,236); }

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