Html Css Color HEX #08BADB Iris Blue

📋 copy color: '#08BADB'

red 8 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #08BADB

Tints of Iris Blue #08BADB

RGB

 RED value IS 8 (3.52% from 255) = 1.94%

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 1.94%
G = 45.04%
B = 53.03%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08BADB (or 0x08BADB) is known color: Iris Blue. HEX triplet: 08, BA and DB. RGB value is (8,186,219). Sum of RGB (Red+Green+Blue) = 8+186+219=413 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #08BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BADB is #F74524. Grayscale: #888888. Windows color (decimal): -16205093 or 14400008. OLE color: 14400008.

HSL color Cylindrical-coordinate representation of color #08BADB: hue angle of 189.38º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BADB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 186 219 -
CMYK 0.96 0.15 0 0.14
HSL 189.38º 0.93% 0.45% -
HSV(B) 189.38º 0.96% 0.86% -
XYZ 30.45 40.28 73.19 -
YUV 136.54 174.53 36.32 -
System Red Green Blue C M Y K H S L
Decimal 8 186 219 0.96 0.15 0 0.14 189.38 0.93 0.45
Hex 8 BA DB 60 F 0 E BD 5D 2D
Octal 10 272 333 140 17 0 16 275 135 55
Binary 1000 10111010 11011011 1100000 1111 0 1110 10111101 1011101 101101

Color Harmonies of #08BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BADB

Black with #08BADB

Text Example


Text Example

White with #08BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BADB; }

 p { color: rgb(8,186,219); }

 H1.HeaderClassName
 {
   color: #08BADB;
 }
 .AnyTagClassName
 {
   color: #08BADB;
 }
</style>

background-color css

<style>
 a { background-color: #08BADB; }

 a { background-color: rgb(8,186,219); }

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

border-color css

<style>
 span { border-color: #08BADB; }

 span { border-color: rgb(8,186,219); }

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