Html Css Color HEX #8BCCEE Anakiwa

📋 copy color: '#8BCCEE'

red 139 ◦ green 204 ◦ blue 238

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

Shades of Anakiwa #8BCCEE

Tints of Anakiwa #8BCCEE

RGB

 RED value IS 139 (54.69% from 255) = 23.92%

 GREEN value IS 204 (80.08% from 255) = 35.11%

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

R = 23.92%
G = 35.11%
B = 40.96%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BCCEE (or 0x8BCCEE) is known color: Anakiwa. HEX triplet: 8B, CC and EE. RGB value is (139,204,238). Sum of RGB (Red+Green+Blue) = 139+204+238=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BCCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCEE is #743311. Grayscale: #BCBCBC. Windows color (decimal): -7615250 or 15649931. OLE color: 15649931.

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

Color convert

RGB 139 204 238 -
CMYK 0.42 0.14 0 0.07
HSL 200.61º 0.74% 0.74% -
HSV(B) 200.61º 0.42% 0.93% -
XYZ 47.67 54.85 88.96 -
YUV 188.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 139 204 238 0.42 0.14 0 0.07 200.61 0.74 0.74
Hex 8B CC EE 2A E 0 7 C9 4A 4A
Octal 213 314 356 52 16 0 7 311 112 112
Binary 10001011 11001100 11101110 101010 1110 0 111 11001001 1001010 1001010

Color Harmonies of #8BCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCEE

Black with #8BCCEE

Text Example


Text Example

White with #8BCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,204,238); }

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

background-color css

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

 a { background-color: rgb(139,204,238); }

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

border-color css

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

 span { border-color: rgb(139,204,238); }

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