Html Css Color HEX #8FD4EA Anakiwa

📋 copy color: '#8FD4EA'

red 143 ◦ green 212 ◦ blue 234

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

Shades of Anakiwa #8FD4EA

Tints of Anakiwa #8FD4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.99%

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

R = 24.28%
G = 35.99%
B = 39.73%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FD4EA (or 0x8FD4EA) is known color: Anakiwa. HEX triplet: 8F, D4 and EA. RGB value is (143,212,234). Sum of RGB (Red+Green+Blue) = 143+212+234=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD4EA is #702B15. Grayscale: #C1C1C1. Windows color (decimal): -7351062 or 15389839. OLE color: 15389839.

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

Color convert

RGB 143 212 234 -
CMYK 0.39 0.09 0 0.08
HSL 194.51º 0.68% 0.74% -
HSV(B) 194.51º 0.39% 0.92% -
XYZ 49.72 58.87 86.58 -
YUV 193.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 143 212 234 0.39 0.09 0 0.08 194.51 0.68 0.74
Hex 8F D4 EA 27 9 0 8 C3 44 4A
Octal 217 324 352 47 11 0 10 303 104 112
Binary 10001111 11010100 11101010 100111 1001 0 1000 11000011 1000100 1001010

Color Harmonies of #8FD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD4EA

Black with #8FD4EA

Text Example


Text Example

White with #8FD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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