Html Css Color HEX #8FD2EA Anakiwa

📋 copy color: '#8FD2EA'

red 143 ◦ green 210 ◦ blue 234

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

Shades of Anakiwa #8FD2EA

Tints of Anakiwa #8FD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.78%

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

R = 24.36%
G = 35.78%
B = 39.86%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FD2EA (or 0x8FD2EA) is known color: Anakiwa. HEX triplet: 8F, D2 and EA. RGB value is (143,210,234). Sum of RGB (Red+Green+Blue) = 143+210+234=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD2EA is #702D15. Grayscale: #C0C0C0. Windows color (decimal): -7351574 or 15389327. OLE color: 15389327.

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

Color convert

RGB 143 210 234 -
CMYK 0.39 0.10 0 0.08
HSL 195.82º 0.68% 0.74% -
HSV(B) 195.82º 0.39% 0.92% -
XYZ 49.23 57.87 86.42 -
YUV 192.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 143 210 234 0.39 0.10 0 0.08 195.82 0.68 0.74
Hex 8F D2 EA 27 A 0 8 C4 44 4A
Octal 217 322 352 47 12 0 10 304 104 112
Binary 10001111 11010010 11101010 100111 1010 0 1000 11000100 1000100 1001010

Color Harmonies of #8FD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD2EA

Black with #8FD2EA

Text Example


Text Example

White with #8FD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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