Html Css Color HEX #8FDDEA Anakiwa

📋 copy color: '#8FDDEA'

red 143 ◦ green 221 ◦ blue 234

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

Shades of Anakiwa #8FDDEA

Tints of Anakiwa #8FDDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.96%

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

R = 23.91%
G = 36.96%
B = 39.13%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FDDEA (or 0x8FDDEA) is known color: Anakiwa. HEX triplet: 8F, DD and EA. RGB value is (143,221,234). Sum of RGB (Red+Green+Blue) = 143+221+234=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDEA is #702215. Grayscale: #C7C7C7. Windows color (decimal): -7348758 or 15392143. OLE color: 15392143.

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

Color convert

RGB 143 221 234 -
CMYK 0.39 0.06 0 0.08
HSL 188.57º 0.68% 0.74% -
HSV(B) 188.57º 0.39% 0.92% -
XYZ 52.04 63.49 87.35 -
YUV 199.16 147.66 87.94 -
System Red Green Blue C M Y K H S L
Decimal 143 221 234 0.39 0.06 0 0.08 188.57 0.68 0.74
Hex 8F DD EA 27 6 0 8 BD 44 4A
Octal 217 335 352 47 6 0 10 275 104 112
Binary 10001111 11011101 11101010 100111 110 0 1000 10111101 1000100 1001010

Color Harmonies of #8FDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDDEA

Black with #8FDDEA

Text Example


Text Example

White with #8FDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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