Html Css Color HEX #8DDBF1 Anakiwa

📋 copy color: '#8DDBF1'

red 141 ◦ green 219 ◦ blue 241

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

Shades of Anakiwa #8DDBF1

Tints of Anakiwa #8DDBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

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

R = 23.46%
G = 36.44%
B = 40.1%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DDBF1 (or 0x8DDBF1) is known color: Anakiwa. HEX triplet: 8D, DB and F1. RGB value is (141,219,241). Sum of RGB (Red+Green+Blue) = 141+219+241=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBF1 is #72240E. Grayscale: #C6C6C6. Windows color (decimal): -7480335 or 15850381. OLE color: 15850381.

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

Color convert

RGB 141 219 241 -
CMYK 0.41 0.09 0 0.05
HSL 193.2º 0.78% 0.75% -
HSV(B) 193.2º 0.41% 0.95% -
XYZ 52.19 62.68 92.57 -
YUV 198.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 141 219 241 0.41 0.09 0 0.05 193.2 0.78 0.75
Hex 8D DB F1 29 9 0 5 C1 4E 4B
Octal 215 333 361 51 11 0 5 301 116 113
Binary 10001101 11011011 11110001 101001 1001 0 101 11000001 1001110 1001011

Color Harmonies of #8DDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBF1

Black with #8DDBF1

Text Example


Text Example

White with #8DDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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