Html Css Color HEX #8DCFEE Anakiwa

📋 copy color: '#8DCFEE'

red 141 ◦ green 207 ◦ blue 238

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

Shades of Anakiwa #8DCFEE

Tints of Anakiwa #8DCFEE

RGB

 RED value IS 141 (55.47% from 255) = 24.06%

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

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

R = 24.06%
G = 35.32%
B = 40.61%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DCFEE (or 0x8DCFEE) is known color: Anakiwa. HEX triplet: 8D, CF and EE. RGB value is (141,207,238). Sum of RGB (Red+Green+Blue) = 141+207+238=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFEE is #723011. Grayscale: #BEBEBE. Windows color (decimal): -7483410 or 15650701. OLE color: 15650701.

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

Color convert

RGB 141 207 238 -
CMYK 0.41 0.13 0 0.07
HSL 199.18º 0.74% 0.74% -
HSV(B) 199.18º 0.41% 0.93% -
XYZ 48.73 56.46 89.22 -
YUV 190.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 141 207 238 0.41 0.13 0 0.07 199.18 0.74 0.74
Hex 8D CF EE 29 D 0 7 C7 4A 4A
Octal 215 317 356 51 15 0 7 307 112 112
Binary 10001101 11001111 11101110 101001 1101 0 111 11000111 1001010 1001010

Color Harmonies of #8DCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCFEE

Black with #8DCFEE

Text Example


Text Example

White with #8DCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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