Html Css Color HEX #8FDAED Anakiwa

📋 copy color: '#8FDAED'

red 143 ◦ green 218 ◦ blue 237

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

Shades of Anakiwa #8FDAED

Tints of Anakiwa #8FDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 23.91%
G = 36.45%
B = 39.63%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FDAED (or 0x8FDAED) is known color: Anakiwa. HEX triplet: 8F, DA and ED. RGB value is (143,218,237). Sum of RGB (Red+Green+Blue) = 143+218+237=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FDAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAED is #702512. Grayscale: #C5C5C5. Windows color (decimal): -7349523 or 15587983. OLE color: 15587983.

HSL color Cylindrical-coordinate representation of color #8FDAED: hue angle of 192.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDAED is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 218 237 -
CMYK 0.40 0.08 0 0.07
HSL 192.13º 0.72% 0.75% -
HSV(B) 192.13º 0.4% 0.93% -
XYZ 51.69 62.1 89.38 -
YUV 197.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 143 218 237 0.40 0.08 0 0.07 192.13 0.72 0.75
Hex 8F DA ED 28 8 0 7 C0 48 4B
Octal 217 332 355 50 10 0 7 300 110 113
Binary 10001111 11011010 11101101 101000 1000 0 111 11000000 1001000 1001011

Color Harmonies of #8FDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAED

Black with #8FDAED

Text Example


Text Example

White with #8FDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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