Html Css Color HEX #8ED1F3 Anakiwa

📋 copy color: '#8ED1F3'

red 142 ◦ green 209 ◦ blue 243

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

Shades of Anakiwa #8ED1F3

Tints of Anakiwa #8ED1F3

RGB

 RED value IS 142 (55.86% from 255) = 23.91%

 GREEN value IS 209 (82.03% from 255) = 35.19%

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 23.91%
G = 35.19%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8ED1F3 (or 0x8ED1F3) is known color: Anakiwa. HEX triplet: 8E, D1 and F3. RGB value is (142,209,243). Sum of RGB (Red+Green+Blue) = 142+209+243=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #8ED1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED1F3 is #712E0C. Grayscale: #C0C0C0. Windows color (decimal): -7417357 or 15978894. OLE color: 15978894.

HSL color Cylindrical-coordinate representation of color #8ED1F3: hue angle of 200.2º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED1F3 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 209 243 -
CMYK 0.42 0.14 0 0.05
HSL 200.2º 0.81% 0.75% -
HSV(B) 200.2º 0.42% 0.95% -
XYZ 50.13 57.82 93.31 -
YUV 192.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 142 209 243 0.42 0.14 0 0.05 200.2 0.81 0.75
Hex 8E D1 F3 2A E 0 5 C8 51 4B
Octal 216 321 363 52 16 0 5 310 121 113
Binary 10001110 11010001 11110011 101010 1110 0 101 11001000 1010001 1001011

Color Harmonies of #8ED1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED1F3

Black with #8ED1F3

Text Example


Text Example

White with #8ED1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,209,243); }

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

background-color css

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

 a { background-color: rgb(142,209,243); }

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

border-color css

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

 span { border-color: rgb(142,209,243); }

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