Html Css Color HEX #8BD3E6 Anakiwa

📋 copy color: '#8BD3E6'

red 139 ◦ green 211 ◦ blue 230

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

Shades of Anakiwa #8BD3E6

Tints of Anakiwa #8BD3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 23.97%
G = 36.38%
B = 39.66%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8BD3E6 (or 0x8BD3E6) is known color: Anakiwa. HEX triplet: 8B, D3 and E6. RGB value is (139,211,230). Sum of RGB (Red+Green+Blue) = 139+211+230=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BD3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD3E6 is #742C19. Grayscale: #BFBFBF. Windows color (decimal): -7613466 or 15127435. OLE color: 15127435.

HSL color Cylindrical-coordinate representation of color #8BD3E6: hue angle of 192.53º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BD3E6 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 211 230 -
CMYK 0.40 0.08 0 0.10
HSL 192.53º 0.65% 0.72% -
HSV(B) 192.53º 0.4% 0.9% -
XYZ 48.22 57.79 83.48 -
YUV 191.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 139 211 230 0.40 0.08 0 0.10 192.53 0.65 0.72
Hex 8B D3 E6 28 8 0 A C1 41 48
Octal 213 323 346 50 10 0 12 301 101 110
Binary 10001011 11010011 11100110 101000 1000 0 1010 11000001 1000001 1001000

Color Harmonies of #8BD3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD3E6

Black with #8BD3E6

Text Example


Text Example

White with #8BD3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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