Html Css Color HEX #8CDDF1 Anakiwa

📋 copy color: '#8CDDF1'

red 140 ◦ green 221 ◦ blue 241

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

Shades of Anakiwa #8CDDF1

Tints of Anakiwa #8CDDF1

RGB

 RED value IS 140 (55.08% from 255) = 23.26%

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

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

R = 23.26%
G = 36.71%
B = 40.03%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CDDF1 (or 0x8CDDF1) is known color: Anakiwa. HEX triplet: 8C, DD and F1. RGB value is (140,221,241). Sum of RGB (Red+Green+Blue) = 140+221+241=602 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.26% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDF1 is #73220E. Grayscale: #C6C6C6. Windows color (decimal): -7545359 or 15850892. OLE color: 15850892.

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

Color convert

RGB 140 221 241 -
CMYK 0.42 0.08 0 0.05
HSL 191.88º 0.78% 0.75% -
HSV(B) 191.88º 0.42% 0.95% -
XYZ 52.55 63.64 92.73 -
YUV 199.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 140 221 241 0.42 0.08 0 0.05 191.88 0.78 0.75
Hex 8C DD F1 2A 8 0 5 C0 4E 4B
Octal 214 335 361 52 10 0 5 300 116 113
Binary 10001100 11011101 11110001 101010 1000 0 101 11000000 1001110 1001011

Color Harmonies of #8CDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDF1

Black with #8CDDF1

Text Example


Text Example

White with #8CDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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