Html Css Color HEX #8BD3E7 Anakiwa

📋 copy color: '#8BD3E7'

red 139 ◦ green 211 ◦ blue 231

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

Shades of Anakiwa #8BD3E7

Tints of Anakiwa #8BD3E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 23.92%
G = 36.32%
B = 39.76%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8BD3E7 (or 0x8BD3E7) is known color: Anakiwa. HEX triplet: 8B, D3 and E7. RGB value is (139,211,231). Sum of RGB (Red+Green+Blue) = 139+211+231=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BD3E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD3E7 is #742C18. Grayscale: #BFBFBF. Windows color (decimal): -7613465 or 15192971. OLE color: 15192971.

HSL color Cylindrical-coordinate representation of color #8BD3E7: hue angle of 193.04º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD3E7 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 211 231 -
CMYK 0.40 0.09 0 0.09
HSL 193.04º 0.66% 0.73% -
HSV(B) 193.04º 0.4% 0.91% -
XYZ 48.37 57.85 84.22 -
YUV 191.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 139 211 231 0.40 0.09 0 0.09 193.04 0.66 0.73
Hex 8B D3 E7 28 9 0 9 C1 42 49
Octal 213 323 347 50 11 0 11 301 102 111
Binary 10001011 11010011 11100111 101000 1001 0 1001 11000001 1000010 1001001

Color Harmonies of #8BD3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD3E7

Black with #8BD3E7

Text Example


Text Example

White with #8BD3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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