Html Css Color HEX #08BADD Iris Blue

📋 copy color: '#08BADD'

red 8 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #08BADD

Tints of Iris Blue #08BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 1.93%
G = 44.82%
B = 53.25%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08BADD (or 0x08BADD) is known color: Iris Blue. HEX triplet: 08, BA and DD. RGB value is (8,186,221). Sum of RGB (Red+Green+Blue) = 8+186+221=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #08BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BADD is #F74522. Grayscale: #888888. Windows color (decimal): -16205091 or 14531080. OLE color: 14531080.

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

Color convert

RGB 8 186 221 -
CMYK 0.96 0.16 0 0.13
HSL 189.86º 0.93% 0.45% -
HSV(B) 189.86º 0.96% 0.87% -
XYZ 30.71 40.39 74.58 -
YUV 136.77 175.53 36.15 -
System Red Green Blue C M Y K H S L
Decimal 8 186 221 0.96 0.16 0 0.13 189.86 0.93 0.45
Hex 8 BA DD 60 10 0 D BE 5D 2D
Octal 10 272 335 140 20 0 15 276 135 55
Binary 1000 10111010 11011101 1100000 10000 0 1101 10111110 1011101 101101

Color Harmonies of #08BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BADD

Black with #08BADD

Text Example


Text Example

White with #08BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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