Html Css Color HEX #8FDDEE Anakiwa

📋 copy color: '#8FDDEE'

red 143 ◦ green 221 ◦ blue 238

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

Shades of Anakiwa #8FDDEE

Tints of Anakiwa #8FDDEE

RGB

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

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

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

R = 23.75%
G = 36.71%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FDDEE (or 0x8FDDEE) is known color: Anakiwa. HEX triplet: 8F, DD and EE. RGB value is (143,221,238). Sum of RGB (Red+Green+Blue) = 143+221+238=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDDEE is #702211. Grayscale: #C7C7C7. Windows color (decimal): -7348754 or 15654287. OLE color: 15654287.

HSL color Cylindrical-coordinate representation of color #8FDDEE: hue angle of 190.74º 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 #8FDDEE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 221 238 -
CMYK 0.40 0.07 0 0.07
HSL 190.74º 0.74% 0.75% -
HSV(B) 190.74º 0.4% 0.93% -
XYZ 52.62 63.73 90.42 -
YUV 199.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 143 221 238 0.40 0.07 0 0.07 190.74 0.74 0.75
Hex 8F DD EE 28 7 0 7 BF 4A 4B
Octal 217 335 356 50 7 0 7 277 112 113
Binary 10001111 11011101 11101110 101000 111 0 111 10111111 1001010 1001011

Color Harmonies of #8FDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDDEE

Black with #8FDDEE

Text Example


Text Example

White with #8FDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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