Html Css Color HEX #06ADCF Iris Blue

📋 copy color: '#06ADCF'

red 6 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #06ADCF

Tints of Iris Blue #06ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 1.55%
G = 44.82%
B = 53.63%

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

#06ADCF (or 0x06ADCF) is known color: Iris Blue. HEX triplet: 06, AD and CF. RGB value is (6,173,207). Sum of RGB (Red+Green+Blue) = 6+173+207=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #06ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADCF is #F95230. Grayscale: #7E7E7E. Windows color (decimal): -16339505 or 13610246. OLE color: 13610246.

HSL color Cylindrical-coordinate representation of color #06ADCF: hue angle of 190.15º 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 #06ADCF is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 173 207 -
CMYK 0.97 0.16 0 0.19
HSL 190.15º 0.94% 0.42% -
HSV(B) 190.15º 0.97% 0.81% -
XYZ 26.28 34.43 64.29 -
YUV 126.94 173.17 41.74 -
System Red Green Blue C M Y K H S L
Decimal 6 173 207 0.97 0.16 0 0.19 190.15 0.94 0.42
Hex 6 AD CF 61 10 0 13 BE 5E 2A
Octal 6 255 317 141 20 0 23 276 136 52
Binary 110 10101101 11001111 1100001 10000 0 10011 10111110 1011110 101010

Color Harmonies of #06ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADCF

Black with #06ADCF

Text Example


Text Example

White with #06ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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