Html Css Color HEX #8FD0E5 Anakiwa

📋 copy color: '#8FD0E5'

red 143 ◦ green 208 ◦ blue 229

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

Shades of Anakiwa #8FD0E5

Tints of Anakiwa #8FD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.86%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 24.66%
G = 35.86%
B = 39.48%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8FD0E5 (or 0x8FD0E5) is known color: Anakiwa. HEX triplet: 8F, D0 and E5. RGB value is (143,208,229). Sum of RGB (Red+Green+Blue) = 143+208+229=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0E5 is #702F1A. Grayscale: #BEBEBE. Windows color (decimal): -7352091 or 15061135. OLE color: 15061135.

HSL color Cylindrical-coordinate representation of color #8FD0E5: hue angle of 194.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FD0E5 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 208 229 -
CMYK 0.38 0.09 0 0.10
HSL 194.65º 0.62% 0.73% -
HSV(B) 194.65º 0.38% 0.9% -
XYZ 48.03 56.61 82.52 -
YUV 190.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 143 208 229 0.38 0.09 0 0.10 194.65 0.62 0.73
Hex 8F D0 E5 26 9 0 A C3 3E 49
Octal 217 320 345 46 11 0 12 303 76 111
Binary 10001111 11010000 11100101 100110 1001 0 1010 11000011 111110 1001001

Color Harmonies of #8FD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD0E5

Black with #8FD0E5

Text Example


Text Example

White with #8FD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,229); }

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

background-color css

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

 a { background-color: rgb(143,208,229); }

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

border-color css

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

 span { border-color: rgb(143,208,229); }

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