Html Css Color HEX #06B1D5 Iris Blue

📋 copy color: '#06B1D5'

red 6 ◦ green 177 ◦ blue 213

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

Shades of Iris Blue #06B1D5

Tints of Iris Blue #06B1D5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.7%

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 1.52%
G = 44.7%
B = 53.79%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#06B1D5 (or 0x06B1D5) is known color: Iris Blue. HEX triplet: 06, B1 and D5. RGB value is (6,177,213). Sum of RGB (Red+Green+Blue) = 6+177+213=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #06B1D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B1D5 is #F94E2A. Grayscale: #818181. Windows color (decimal): -16338475 or 14004486. OLE color: 14004486.

HSL color Cylindrical-coordinate representation of color #06B1D5: hue angle of 190.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B1D5 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 177 213 -
CMYK 0.97 0.17 0 0.16
HSL 190.43º 0.95% 0.43% -
HSV(B) 190.43º 0.97% 0.84% -
XYZ 27.81 36.29 68.49 -
YUV 129.98 174.85 39.57 -
System Red Green Blue C M Y K H S L
Decimal 6 177 213 0.97 0.17 0 0.16 190.43 0.95 0.43
Hex 6 B1 D5 61 11 0 10 BE 5F 2B
Octal 6 261 325 141 21 0 20 276 137 53
Binary 110 10110001 11010101 1100001 10001 0 10000 10111110 1011111 101011

Color Harmonies of #06B1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B1D5

Black with #06B1D5

Text Example


Text Example

White with #06B1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,177,213); }

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

background-color css

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

 a { background-color: rgb(6,177,213); }

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

border-color css

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

 span { border-color: rgb(6,177,213); }

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