Html Css Color HEX #8FDCF1 Anakiwa

📋 copy color: '#8FDCF1'

red 143 ◦ green 220 ◦ blue 241

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

Shades of Anakiwa #8FDCF1

Tints of Anakiwa #8FDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 23.68%
G = 36.42%
B = 39.9%

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

#8FDCF1 (or 0x8FDCF1) is known color: Anakiwa. HEX triplet: 8F, DC and F1. RGB value is (143,220,241). Sum of RGB (Red+Green+Blue) = 143+220+241=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FDCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCF1 is #70230E. Grayscale: #C7C7C7. Windows color (decimal): -7349007 or 15850639. OLE color: 15850639.

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

Color convert

RGB 143 220 241 -
CMYK 0.41 0.09 0 0.05
HSL 192.86º 0.78% 0.75% -
HSV(B) 192.86º 0.41% 0.95% -
XYZ 52.8 63.38 92.67 -
YUV 199.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 143 220 241 0.41 0.09 0 0.05 192.86 0.78 0.75
Hex 8F DC F1 29 9 0 5 C1 4E 4B
Octal 217 334 361 51 11 0 5 301 116 113
Binary 10001111 11011100 11110001 101001 1001 0 101 11000001 1001110 1001011

Color Harmonies of #8FDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCF1

Black with #8FDCF1

Text Example


Text Example

White with #8FDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,241); }

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

background-color css

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

 a { background-color: rgb(143,220,241); }

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

border-color css

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

 span { border-color: rgb(143,220,241); }

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