Html Css Color HEX #8DDBEB Anakiwa

📋 copy color: '#8DDBEB'

red 141 ◦ green 219 ◦ blue 235

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

Shades of Anakiwa #8DDBEB

Tints of Anakiwa #8DDBEB

RGB

 RED value IS 141 (55.47% from 255) = 23.7%

 GREEN value IS 219 (85.94% from 255) = 36.81%

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

R = 23.7%
G = 36.81%
B = 39.5%

CMYK

 C value IS 0.4

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DDBEB (or 0x8DDBEB) is known color: Anakiwa. HEX triplet: 8D, DB and EB. RGB value is (141,219,235). Sum of RGB (Red+Green+Blue) = 141+219+235=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DDBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBEB is #722414. Grayscale: #C5C5C5. Windows color (decimal): -7480341 or 15457165. OLE color: 15457165.

HSL color Cylindrical-coordinate representation of color #8DDBEB: hue angle of 190.21º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDBEB is Cyan = 0.4, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 219 235 -
CMYK 0.4 0.07 0 0.08
HSL 190.21º 0.7% 0.74% -
HSV(B) 190.21º 0.4% 0.92% -
XYZ 51.31 62.32 87.92 -
YUV 197.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 141 219 235 0.4 0.07 0 0.08 190.21 0.7 0.74
Hex 8D DB EB 28 7 0 8 BE 46 4A
Octal 215 333 353 50 7 0 10 276 106 112
Binary 10001101 11011011 11101011 101000 111 0 1000 10111110 1000110 1001010

Color Harmonies of #8DDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBEB

Black with #8DDBEB

Text Example


Text Example

White with #8DDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,219,235); }

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

background-color css

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

 a { background-color: rgb(141,219,235); }

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

border-color css

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

 span { border-color: rgb(141,219,235); }

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