Html Css Color HEX #06BADA Iris Blue

📋 copy color: '#06BADA'

red 6 ◦ green 186 ◦ blue 218

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

Shades of Iris Blue #06BADA

Tints of Iris Blue #06BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 1.46%
G = 45.37%
B = 53.17%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#06BADA (or 0x06BADA) is known color: Iris Blue. HEX triplet: 06, BA and DA. RGB value is (6,186,218). Sum of RGB (Red+Green+Blue) = 6+186+218=410 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #06BADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BADA is #F94525. Grayscale: #878787. Windows color (decimal): -16336166 or 14334470. OLE color: 14334470.

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

Color convert

RGB 6 186 218 -
CMYK 0.97 0.15 0 0.15
HSL 189.06º 0.95% 0.44% -
HSV(B) 189.06º 0.97% 0.85% -
XYZ 30.29 40.22 72.5 -
YUV 135.83 174.37 35.4 -
System Red Green Blue C M Y K H S L
Decimal 6 186 218 0.97 0.15 0 0.15 189.06 0.95 0.44
Hex 6 BA DA 61 F 0 F BD 5F 2C
Octal 6 272 332 141 17 0 17 275 137 54
Binary 110 10111010 11011010 1100001 1111 0 1111 10111101 1011111 101100

Color Harmonies of #06BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BADA

Black with #06BADA

Text Example


Text Example

White with #06BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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