Html Css Color HEX #8FDAF0 Anakiwa

📋 copy color: '#8FDAF0'

red 143 ◦ green 218 ◦ blue 240

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

Shades of Anakiwa #8FDAF0

Tints of Anakiwa #8FDAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 23.79%
G = 36.27%
B = 39.93%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FDAF0 (or 0x8FDAF0) is known color: Anakiwa. HEX triplet: 8F, DA and F0. RGB value is (143,218,240). Sum of RGB (Red+Green+Blue) = 143+218+240=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FDAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAF0 is #70250F. Grayscale: #C5C5C5. Windows color (decimal): -7349520 or 15784591. OLE color: 15784591.

HSL color Cylindrical-coordinate representation of color #8FDAF0: hue angle of 193.61º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDAF0 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 218 240 -
CMYK 0.40 0.09 0 0.06
HSL 193.61º 0.76% 0.75% -
HSV(B) 193.61º 0.4% 0.94% -
XYZ 52.13 62.27 91.71 -
YUV 198.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 143 218 240 0.40 0.09 0 0.06 193.61 0.76 0.75
Hex 8F DA F0 28 9 0 6 C2 4C 4B
Octal 217 332 360 50 11 0 6 302 114 113
Binary 10001111 11011010 11110000 101000 1001 0 110 11000010 1001100 1001011

Color Harmonies of #8FDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAF0

Black with #8FDAF0

Text Example


Text Example

White with #8FDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,240); }

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

background-color css

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

 a { background-color: rgb(143,218,240); }

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

border-color css

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

 span { border-color: rgb(143,218,240); }

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