Html Css Color HEX #8DCBEE Anakiwa

📋 copy color: '#8DCBEE'

red 141 ◦ green 203 ◦ blue 238

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

Shades of Anakiwa #8DCBEE

Tints of Anakiwa #8DCBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

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

R = 24.23%
G = 34.88%
B = 40.89%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DCBEE (or 0x8DCBEE) is known color: Anakiwa. HEX triplet: 8D, CB and EE. RGB value is (141,203,238). Sum of RGB (Red+Green+Blue) = 141+203+238=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBEE is #723411. Grayscale: #BCBCBC. Windows color (decimal): -7484434 or 15649677. OLE color: 15649677.

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

Color convert

RGB 141 203 238 -
CMYK 0.41 0.15 0 0.07
HSL 201.65º 0.74% 0.74% -
HSV(B) 201.65º 0.41% 0.93% -
XYZ 47.77 54.55 88.9 -
YUV 188.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 141 203 238 0.41 0.15 0 0.07 201.65 0.74 0.74
Hex 8D CB EE 29 F 0 7 CA 4A 4A
Octal 215 313 356 51 17 0 7 312 112 112
Binary 10001101 11001011 11101110 101001 1111 0 111 11001010 1001010 1001010

Color Harmonies of #8DCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCBEE

Black with #8DCBEE

Text Example


Text Example

White with #8DCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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