Html Css Color HEX #8FDCE8 Anakiwa

📋 copy color: '#8FDCE8'

red 143 ◦ green 220 ◦ blue 232

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

Shades of Anakiwa #8FDCE8

Tints of Anakiwa #8FDCE8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

 BLUE value IS 232 (91.02% from 255) = 38.99%

R = 24.03%
G = 36.97%
B = 38.99%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8FDCE8 (or 0x8FDCE8) is known color: Anakiwa. HEX triplet: 8F, DC and E8. RGB value is (143,220,232). Sum of RGB (Red+Green+Blue) = 143+220+232=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDCE8 is #702317. Grayscale: #C6C6C6. Windows color (decimal): -7349016 or 15260815. OLE color: 15260815.

HSL color Cylindrical-coordinate representation of color #8FDCE8: hue angle of 188.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FDCE8 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 143 220 232 -
CMYK 0.38 0.05 0 0.09
HSL 188.09º 0.66% 0.74% -
HSV(B) 188.09º 0.38% 0.91% -
XYZ 51.49 62.85 85.76 -
YUV 198.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 143 220 232 0.38 0.05 0 0.09 188.09 0.66 0.74
Hex 8F DC E8 26 5 0 9 BC 42 4A
Octal 217 334 350 46 5 0 11 274 102 112
Binary 10001111 11011100 11101000 100110 101 0 1001 10111100 1000010 1001010

Color Harmonies of #8FDCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCE8

Black with #8FDCE8

Text Example


Text Example

White with #8FDCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,232); }

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

background-color css

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

 a { background-color: rgb(143,220,232); }

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

border-color css

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

 span { border-color: rgb(143,220,232); }

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