Html Css Color HEX #06B9D8 Iris Blue

📋 copy color: '#06B9D8'

red 6 ◦ green 185 ◦ blue 216

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

Shades of Iris Blue #06B9D8

Tints of Iris Blue #06B9D8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 1.47%
G = 45.45%
B = 53.07%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#06B9D8 (or 0x06B9D8) is known color: Iris Blue. HEX triplet: 06, B9 and D8. RGB value is (6,185,216). Sum of RGB (Red+Green+Blue) = 6+185+216=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #06B9D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B9D8 is #F94627. Grayscale: #868686. Windows color (decimal): -16336424 or 14203142. OLE color: 14203142.

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

Color convert

RGB 6 185 216 -
CMYK 0.97 0.14 0 0.15
HSL 188.86º 0.95% 0.44% -
HSV(B) 188.86º 0.97% 0.85% -
XYZ 29.82 39.69 71.06 -
YUV 135.01 173.7 35.98 -
System Red Green Blue C M Y K H S L
Decimal 6 185 216 0.97 0.14 0 0.15 188.86 0.95 0.44
Hex 6 B9 D8 61 E 0 F BD 5F 2C
Octal 6 271 330 141 16 0 17 275 137 54
Binary 110 10111001 11011000 1100001 1110 0 1111 10111101 1011111 101100

Color Harmonies of #06B9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B9D8

Black with #06B9D8

Text Example


Text Example

White with #06B9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,185,216); }

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

background-color css

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

 a { background-color: rgb(6,185,216); }

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

border-color css

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

 span { border-color: rgb(6,185,216); }

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