Html Css Color HEX #8FCCDD Anakiwa

📋 copy color: '#8FCCDD'

red 143 ◦ green 204 ◦ blue 221

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

Shades of Anakiwa #8FCCDD

Tints of Anakiwa #8FCCDD

RGB

 RED value IS 143 (56.25% from 255) = 25.18%

 GREEN value IS 204 (80.08% from 255) = 35.92%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 25.18%
G = 35.92%
B = 38.91%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FCCDD (or 0x8FCCDD) is known color: Anakiwa. HEX triplet: 8F, CC and DD. RGB value is (143,204,221). Sum of RGB (Red+Green+Blue) = 143+204+221=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDD is #703322. Grayscale: #BBBBBB. Windows color (decimal): -7353123 or 14535823. OLE color: 14535823.

HSL color Cylindrical-coordinate representation of color #8FCCDD: hue angle of 193.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCCDD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 204 221 -
CMYK 0.35 0.08 0 0.13
HSL 193.08º 0.53% 0.71% -
HSV(B) 193.08º 0.35% 0.87% -
XYZ 45.97 54.25 76.45 -
YUV 187.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 143 204 221 0.35 0.08 0 0.13 193.08 0.53 0.71
Hex 8F CC DD 23 8 0 D C1 35 47
Octal 217 314 335 43 10 0 15 301 65 107
Binary 10001111 11001100 11011101 100011 1000 0 1101 11000001 110101 1000111

Color Harmonies of #8FCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCDD

Black with #8FCCDD

Text Example


Text Example

White with #8FCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,221); }

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

background-color css

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

 a { background-color: rgb(143,204,221); }

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

border-color css

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

 span { border-color: rgb(143,204,221); }

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