Html Css Color HEX #8BD2EB Anakiwa

📋 copy color: '#8BD2EB'

red 139 ◦ green 210 ◦ blue 235

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

Shades of Anakiwa #8BD2EB

Tints of Anakiwa #8BD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 23.8%
G = 35.96%
B = 40.24%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BD2EB (or 0x8BD2EB) is known color: Anakiwa. HEX triplet: 8B, D2 and EB. RGB value is (139,210,235). Sum of RGB (Red+Green+Blue) = 139+210+235=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD2EB is #742D14. Grayscale: #BFBFBF. Windows color (decimal): -7613717 or 15454859. OLE color: 15454859.

HSL color Cylindrical-coordinate representation of color #8BD2EB: hue angle of 195.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BD2EB is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 210 235 -
CMYK 0.41 0.11 0 0.08
HSL 195.63º 0.71% 0.73% -
HSV(B) 195.63º 0.41% 0.92% -
XYZ 48.69 57.58 87.15 -
YUV 191.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 139 210 235 0.41 0.11 0 0.08 195.63 0.71 0.73
Hex 8B D2 EB 29 B 0 8 C4 47 49
Octal 213 322 353 51 13 0 10 304 107 111
Binary 10001011 11010010 11101011 101001 1011 0 1000 11000100 1000111 1001001

Color Harmonies of #8BD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD2EB

Black with #8BD2EB

Text Example


Text Example

White with #8BD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,210,235); }

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

background-color css

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

 a { background-color: rgb(139,210,235); }

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

border-color css

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

 span { border-color: rgb(139,210,235); }

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