Html Css Color HEX #8FCFEE Anakiwa

📋 copy color: '#8FCFEE'

red 143 ◦ green 207 ◦ blue 238

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

Shades of Anakiwa #8FCFEE

Tints of Anakiwa #8FCFEE

RGB

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

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

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

R = 24.32%
G = 35.2%
B = 40.48%

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

#8FCFEE (or 0x8FCFEE) is known color: Anakiwa. HEX triplet: 8F, CF and EE. RGB value is (143,207,238). Sum of RGB (Red+Green+Blue) = 143+207+238=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFEE is #703011. Grayscale: #BFBFBF. Windows color (decimal): -7352338 or 15650703. OLE color: 15650703.

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

Color convert

RGB 143 207 238 -
CMYK 0.40 0.13 0 0.07
HSL 199.58º 0.74% 0.75% -
HSV(B) 199.58º 0.4% 0.93% -
XYZ 49.07 56.64 89.23 -
YUV 191.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 143 207 238 0.40 0.13 0 0.07 199.58 0.74 0.75
Hex 8F CF EE 28 D 0 7 C8 4A 4B
Octal 217 317 356 50 15 0 7 310 112 113
Binary 10001111 11001111 11101110 101000 1101 0 111 11001000 1001010 1001011

Color Harmonies of #8FCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCFEE

Black with #8FCFEE

Text Example


Text Example

White with #8FCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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