#8FDFF1

Color #8FDFF1 Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8FDFF1

Tints of Anakiwa #8FDFF1

Color information

#8FDFF1 (or 0x8FDFF1) is unknown color: approx Anakiwa. HEX triplet: 8F, DF and F1. RGB value is (143,223,241). Sum of RGB (Red+Green+Blue) = 143+223+241=607 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.56% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFF1 is #70200E. Grayscale: #C8C8C8. Windows color (decimal): -7348239 or 15851407. OLE color: 15851407.

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

Color convert

RGB143223241-
CMYK0.410.0700.05
HSL191.02º77.78%75.29%-
HSV(B)191.02º40.66%94.51%-
XYZ53.5964.9792.93-
YUV201.13150.586.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.56%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=23.56%
G=36.74%
B=39.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432232410.410.0700.05191.0277.7875.29
Hex8FDFF129705bf4e4b
Octal21733736151705277116113
Binary10001111110111111111000110100111101011011111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FDFF1;
 }
 .AnyTagClassName
 {
   color: #8FDFF1;
 }
</style>
background-color css

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

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

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

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

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

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