Html Css Color HEX #8DCEEF Anakiwa

📋 copy color: '#8DCEEF'

red 141 ◦ green 206 ◦ blue 239

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

Shades of Anakiwa #8DCEEF

Tints of Anakiwa #8DCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.15%

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

R = 24.06%
G = 35.15%
B = 40.78%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8DCEEF (or 0x8DCEEF) is known color: Anakiwa. HEX triplet: 8D, CE and EF. RGB value is (141,206,239). Sum of RGB (Red+Green+Blue) = 141+206+239=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEEF is #723110. Grayscale: #BEBEBE. Windows color (decimal): -7483665 or 15715981. OLE color: 15715981.

HSL color Cylindrical-coordinate representation of color #8DCEEF: hue angle of 200.2º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCEEF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 206 239 -
CMYK 0.41 0.14 0 0.06
HSL 200.2º 0.75% 0.75% -
HSV(B) 200.2º 0.41% 0.94% -
XYZ 48.64 56.04 89.91 -
YUV 190.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 141 206 239 0.41 0.14 0 0.06 200.2 0.75 0.75
Hex 8D CE EF 29 E 0 6 C8 4B 4B
Octal 215 316 357 51 16 0 6 310 113 113
Binary 10001101 11001110 11101111 101001 1110 0 110 11001000 1001011 1001011

Color Harmonies of #8DCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCEEF

Black with #8DCEEF

Text Example


Text Example

White with #8DCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,239); }

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

background-color css

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

 a { background-color: rgb(141,206,239); }

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

border-color css

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

 span { border-color: rgb(141,206,239); }

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