Html Css Color HEX #06BADB Iris Blue

📋 copy color: '#06BADB'

red 6 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #06BADB

Tints of Iris Blue #06BADB

RGB

 RED value IS 6 (2.73% from 255) = 1.46%

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

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

R = 1.46%
G = 45.26%
B = 53.28%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06BADB (or 0x06BADB) is known color: Iris Blue. HEX triplet: 06, BA and DB. RGB value is (6,186,219). Sum of RGB (Red+Green+Blue) = 6+186+219=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #06BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BADB is #F94524. Grayscale: #878787. Windows color (decimal): -16336165 or 14400006. OLE color: 14400006.

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

Color convert

RGB 6 186 219 -
CMYK 0.97 0.15 0 0.14
HSL 189.3º 0.95% 0.44% -
HSV(B) 189.3º 0.97% 0.86% -
XYZ 30.42 40.27 73.19 -
YUV 135.94 174.87 35.32 -
System Red Green Blue C M Y K H S L
Decimal 6 186 219 0.97 0.15 0 0.14 189.3 0.95 0.44
Hex 6 BA DB 61 F 0 E BD 5F 2C
Octal 6 272 333 141 17 0 16 275 137 54
Binary 110 10111010 11011011 1100001 1111 0 1110 10111101 1011111 101100

Color Harmonies of #06BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BADB

Black with #06BADB

Text Example


Text Example

White with #06BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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