Html Css Color HEX #06B8C6 Iris Blue

📋 copy color: '#06B8C6'

red 6 ◦ green 184 ◦ blue 198

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

Shades of Iris Blue #06B8C6

Tints of Iris Blue #06B8C6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 1.55%
G = 47.42%
B = 51.03%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#06B8C6 (or 0x06B8C6) is known color: Iris Blue. HEX triplet: 06, B8 and C6. RGB value is (6,184,198). Sum of RGB (Red+Green+Blue) = 6+184+198=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #06B8C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B8C6 is #F94739. Grayscale: #848484. Windows color (decimal): -16336698 or 13023238. OLE color: 13023238.

HSL color Cylindrical-coordinate representation of color #06B8C6: hue angle of 184.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B8C6 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 184 198 -
CMYK 0.97 0.07 0 0.22
HSL 184.38º 0.94% 0.4% -
HSV(B) 184.38º 0.97% 0.78% -
XYZ 27.41 38.4 59.39 -
YUV 132.37 165.03 37.86 -
System Red Green Blue C M Y K H S L
Decimal 6 184 198 0.97 0.07 0 0.22 184.38 0.94 0.4
Hex 6 B8 C6 61 7 0 16 B8 5E 28
Octal 6 270 306 141 7 0 26 270 136 50
Binary 110 10111000 11000110 1100001 111 0 10110 10111000 1011110 101000

Color Harmonies of #06B8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B8C6

Black with #06B8C6

Text Example


Text Example

White with #06B8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,184,198); }

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

background-color css

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

 a { background-color: rgb(6,184,198); }

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

border-color css

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

 span { border-color: rgb(6,184,198); }

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