Html Css Color HEX #06B0DC Iris Blue

📋 copy color: '#06B0DC'

red 6 ◦ green 176 ◦ blue 220

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

Shades of Iris Blue #06B0DC

Tints of Iris Blue #06B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 1.49%
G = 43.78%
B = 54.73%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06B0DC (or 0x06B0DC) is known color: Iris Blue. HEX triplet: 06, B0 and DC. RGB value is (6,176,220). Sum of RGB (Red+Green+Blue) = 6+176+220=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #06B0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B0DC is #F94F23. Grayscale: #818181. Windows color (decimal): -16338724 or 14462982. OLE color: 14462982.

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

Color convert

RGB 6 176 220 -
CMYK 0.97 0.2 0 0.14
HSL 192.34º 0.95% 0.44% -
HSV(B) 192.34º 0.97% 0.86% -
XYZ 28.52 36.26 73.21 -
YUV 130.19 178.68 39.42 -
System Red Green Blue C M Y K H S L
Decimal 6 176 220 0.97 0.2 0 0.14 192.34 0.95 0.44
Hex 6 B0 DC 61 14 0 E C0 5F 2C
Octal 6 260 334 141 24 0 16 300 137 54
Binary 110 10110000 11011100 1100001 10100 0 1110 11000000 1011111 101100

Color Harmonies of #06B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B0DC

Black with #06B0DC

Text Example


Text Example

White with #06B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,176,220); }

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

background-color css

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

 a { background-color: rgb(6,176,220); }

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

border-color css

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

 span { border-color: rgb(6,176,220); }

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