Html Css Color HEX #8FDAEE Anakiwa

📋 copy color: '#8FDAEE'

red 143 ◦ green 218 ◦ blue 238

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

Shades of Anakiwa #8FDAEE

Tints of Anakiwa #8FDAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 23.87%
G = 36.39%
B = 39.73%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FDAEE (or 0x8FDAEE) is known color: Anakiwa. HEX triplet: 8F, DA and EE. RGB value is (143,218,238). Sum of RGB (Red+Green+Blue) = 143+218+238=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAEE is #702511. Grayscale: #C5C5C5. Windows color (decimal): -7349522 or 15653519. OLE color: 15653519.

HSL color Cylindrical-coordinate representation of color #8FDAEE: hue angle of 192.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDAEE is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 218 238 -
CMYK 0.40 0.08 0 0.07
HSL 192.63º 0.74% 0.75% -
HSV(B) 192.63º 0.4% 0.93% -
XYZ 51.83 62.16 90.15 -
YUV 197.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 143 218 238 0.40 0.08 0 0.07 192.63 0.74 0.75
Hex 8F DA EE 28 8 0 7 C1 4A 4B
Octal 217 332 356 50 10 0 7 301 112 113
Binary 10001111 11011010 11101110 101000 1000 0 111 11000001 1001010 1001011

Color Harmonies of #8FDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAEE

Black with #8FDAEE

Text Example


Text Example

White with #8FDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,238); }

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

background-color css

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

 a { background-color: rgb(143,218,238); }

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

border-color css

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

 span { border-color: rgb(143,218,238); }

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