Html Css Color HEX #8BDAE9 Anakiwa

📋 copy color: '#8BDAE9'

red 139 ◦ green 218 ◦ blue 233

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

Shades of Anakiwa #8BDAE9

Tints of Anakiwa #8BDAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.95%

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 23.56%
G = 36.95%
B = 39.49%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8BDAE9 (or 0x8BDAE9) is known color: Anakiwa. HEX triplet: 8B, DA and E9. RGB value is (139,218,233). Sum of RGB (Red+Green+Blue) = 139+218+233=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAE9 is #742516. Grayscale: #C3C3C3. Windows color (decimal): -7611671 or 15325835. OLE color: 15325835.

HSL color Cylindrical-coordinate representation of color #8BDAE9: hue angle of 189.57º degrees, saturation: 0.68, 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 #8BDAE9 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 218 233 -
CMYK 0.40 0.06 0 0.09
HSL 189.57º 0.68% 0.73% -
HSV(B) 189.57º 0.4% 0.91% -
XYZ 50.43 61.51 86.31 -
YUV 196.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 139 218 233 0.40 0.06 0 0.09 189.57 0.68 0.73
Hex 8B DA E9 28 6 0 9 BE 44 49
Octal 213 332 351 50 6 0 11 276 104 111
Binary 10001011 11011010 11101001 101000 110 0 1001 10111110 1000100 1001001

Color Harmonies of #8BDAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDAE9

Black with #8BDAE9

Text Example


Text Example

White with #8BDAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,218,233); }

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

background-color css

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

 a { background-color: rgb(139,218,233); }

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

border-color css

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

 span { border-color: rgb(139,218,233); }

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