Html Css Color HEX #8FD8EA Anakiwa

📋 copy color: '#8FD8EA'

red 143 ◦ green 216 ◦ blue 234

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

Shades of Anakiwa #8FD8EA

Tints of Anakiwa #8FD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.42%

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 24.11%
G = 36.42%
B = 39.46%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FD8EA (or 0x8FD8EA) is known color: Anakiwa. HEX triplet: 8F, D8 and EA. RGB value is (143,216,234). Sum of RGB (Red+Green+Blue) = 143+216+234=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FD8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD8EA is #702715. Grayscale: #C4C4C4. Windows color (decimal): -7350038 or 15390863. OLE color: 15390863.

HSL color Cylindrical-coordinate representation of color #8FD8EA: hue angle of 191.87º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD8EA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 216 234 -
CMYK 0.39 0.08 0 0.08
HSL 191.87º 0.68% 0.74% -
HSV(B) 191.87º 0.39% 0.92% -
XYZ 50.73 60.89 86.92 -
YUV 196.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 143 216 234 0.39 0.08 0 0.08 191.87 0.68 0.74
Hex 8F D8 EA 27 8 0 8 C0 44 4A
Octal 217 330 352 47 10 0 10 300 104 112
Binary 10001111 11011000 11101010 100111 1000 0 1000 11000000 1000100 1001010

Color Harmonies of #8FD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD8EA

Black with #8FD8EA

Text Example


Text Example

White with #8FD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,216,234); }

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

background-color css

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

 a { background-color: rgb(143,216,234); }

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

border-color css

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

 span { border-color: rgb(143,216,234); }

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