Html Css Color HEX #8DCEF1 Anakiwa

📋 copy color: '#8DCEF1'

red 141 ◦ green 206 ◦ blue 241

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

Shades of Anakiwa #8DCEF1

Tints of Anakiwa #8DCEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 23.98%
G = 35.03%
B = 40.99%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DCEF1 (or 0x8DCEF1) is known color: Anakiwa. HEX triplet: 8D, CE and F1. RGB value is (141,206,241). Sum of RGB (Red+Green+Blue) = 141+206+241=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DCEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEF1 is #72310E. Grayscale: #BEBEBE. Windows color (decimal): -7483663 or 15847053. OLE color: 15847053.

HSL color Cylindrical-coordinate representation of color #8DCEF1: hue angle of 201º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCEF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 206 241 -
CMYK 0.41 0.15 0 0.05
HSL 201º 0.78% 0.75% -
HSV(B) 201º 0.41% 0.95% -
XYZ 48.93 56.16 91.48 -
YUV 190.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 141 206 241 0.41 0.15 0 0.05 201 0.78 0.75
Hex 8D CE F1 29 F 0 5 C9 4E 4B
Octal 215 316 361 51 17 0 5 311 116 113
Binary 10001101 11001110 11110001 101001 1111 0 101 11001001 1001110 1001011

Color Harmonies of #8DCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCEF1

Black with #8DCEF1

Text Example


Text Example

White with #8DCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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