Html Css Color HEX #8DDDF1 Anakiwa

📋 copy color: '#8DDDF1'

red 141 ◦ green 221 ◦ blue 241

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

Shades of Anakiwa #8DDDF1

Tints of Anakiwa #8DDDF1

RGB

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

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

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

R = 23.38%
G = 36.65%
B = 39.97%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DDDF1 (or 0x8DDDF1) is known color: Anakiwa. HEX triplet: 8D, DD and F1. RGB value is (141,221,241). Sum of RGB (Red+Green+Blue) = 141+221+241=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDF1 is #72220E. Grayscale: #C7C7C7. Windows color (decimal): -7479823 or 15850893. OLE color: 15850893.

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

Color convert

RGB 141 221 241 -
CMYK 0.41 0.08 0 0.05
HSL 192º 0.78% 0.75% -
HSV(B) 192º 0.41% 0.95% -
XYZ 52.72 63.73 92.74 -
YUV 199.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 141 221 241 0.41 0.08 0 0.05 192 0.78 0.75
Hex 8D DD F1 29 8 0 5 C0 4E 4B
Octal 215 335 361 51 10 0 5 300 116 113
Binary 10001101 11011101 11110001 101001 1000 0 101 11000000 1001110 1001011

Color Harmonies of #8DDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDDF1

Black with #8DDDF1

Text Example


Text Example

White with #8DDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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