Html Css Color HEX #8FCFED Anakiwa

📋 copy color: '#8FCFED'

red 143 ◦ green 207 ◦ blue 237

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

Shades of Anakiwa #8FCFED

Tints of Anakiwa #8FCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.26%

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 24.36%
G = 35.26%
B = 40.37%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FCFED (or 0x8FCFED) is known color: Anakiwa. HEX triplet: 8F, CF and ED. RGB value is (143,207,237). Sum of RGB (Red+Green+Blue) = 143+207+237=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFED is #703012. Grayscale: #BFBFBF. Windows color (decimal): -7352339 or 15585167. OLE color: 15585167.

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

Color convert

RGB 143 207 237 -
CMYK 0.40 0.13 0 0.07
HSL 199.15º 0.72% 0.75% -
HSV(B) 199.15º 0.4% 0.93% -
XYZ 48.93 56.58 88.46 -
YUV 191.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 143 207 237 0.40 0.13 0 0.07 199.15 0.72 0.75
Hex 8F CF ED 28 D 0 7 C7 48 4B
Octal 217 317 355 50 15 0 7 307 110 113
Binary 10001111 11001111 11101101 101000 1101 0 111 11000111 1001000 1001011

Color Harmonies of #8FCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCFED

Black with #8FCFED

Text Example


Text Example

White with #8FCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,207,237); }

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

background-color css

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

 a { background-color: rgb(143,207,237); }

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

border-color css

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

 span { border-color: rgb(143,207,237); }

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