Html Css Color HEX #8BD3EC Anakiwa

📋 copy color: '#8BD3EC'

red 139 ◦ green 211 ◦ blue 236

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

Shades of Anakiwa #8BD3EC

Tints of Anakiwa #8BD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.01%

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 23.72%
G = 36.01%
B = 40.27%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BD3EC (or 0x8BD3EC) is known color: Anakiwa. HEX triplet: 8B, D3 and EC. RGB value is (139,211,236). Sum of RGB (Red+Green+Blue) = 139+211+236=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD3EC is #742C13. Grayscale: #C0C0C0. Windows color (decimal): -7613460 or 15520651. OLE color: 15520651.

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

Color convert

RGB 139 211 236 -
CMYK 0.41 0.11 0 0.07
HSL 195.46º 0.72% 0.74% -
HSV(B) 195.46º 0.41% 0.93% -
XYZ 49.08 58.13 87.99 -
YUV 192.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 139 211 236 0.41 0.11 0 0.07 195.46 0.72 0.74
Hex 8B D3 EC 29 B 0 7 C3 48 4A
Octal 213 323 354 51 13 0 7 303 110 112
Binary 10001011 11010011 11101100 101001 1011 0 111 11000011 1001000 1001010

Color Harmonies of #8BD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD3EC

Black with #8BD3EC

Text Example


Text Example

White with #8BD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,211,236); }

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

background-color css

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

 a { background-color: rgb(139,211,236); }

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

border-color css

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

 span { border-color: rgb(139,211,236); }

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