Html Css Color HEX #06ADCE Iris Blue

📋 copy color: '#06ADCE'

red 6 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #06ADCE

Tints of Iris Blue #06ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 1.56%
G = 44.94%
B = 53.51%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06ADCE (or 0x06ADCE) is known color: Iris Blue. HEX triplet: 06, AD and CE. RGB value is (6,173,206). Sum of RGB (Red+Green+Blue) = 6+173+206=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #06ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADCE is #F95231. Grayscale: #7E7E7E. Windows color (decimal): -16339506 or 13544710. OLE color: 13544710.

HSL color Cylindrical-coordinate representation of color #06ADCE: hue angle of 189.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADCE is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 173 206 -
CMYK 0.97 0.16 0 0.19
HSL 189.9º 0.94% 0.42% -
HSV(B) 189.9º 0.97% 0.81% -
XYZ 26.16 34.38 63.65 -
YUV 126.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 6 173 206 0.97 0.16 0 0.19 189.9 0.94 0.42
Hex 6 AD CE 61 10 0 13 BE 5E 2A
Octal 6 255 316 141 20 0 23 276 136 52
Binary 110 10101101 11001110 1100001 10000 0 10011 10111110 1011110 101010

Color Harmonies of #06ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADCE

Black with #06ADCE

Text Example


Text Example

White with #06ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,173,206); }

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

background-color css

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

 a { background-color: rgb(6,173,206); }

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

border-color css

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

 span { border-color: rgb(6,173,206); }

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