Html Css Color HEX #06BDB8 Iris Blue

📋 copy color: '#06BDB8'

red 6 ◦ green 189 ◦ blue 184

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

Shades of Iris Blue #06BDB8

Tints of Iris Blue #06BDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.87%

 BLUE value IS 184 (72.27% from 255) = 48.55%

R = 1.58%
G = 49.87%
B = 48.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#06BDB8 (or 0x06BDB8) is known color: Iris Blue. HEX triplet: 06, BD and B8. RGB value is (6,189,184). Sum of RGB (Red+Green+Blue) = 6+189+184=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDB8 is #F94247. Grayscale: #858585. Windows color (decimal): -16335432 or 12107014. OLE color: 12107014.

HSL color Cylindrical-coordinate representation of color #06BDB8: hue angle of 178.36º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDB8 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 189 184 -
CMYK 0.97 0 0.03 0.26
HSL 178.36º 0.94% 0.38% -
HSV(B) 178.36º 0.97% 0.74% -
XYZ 26.92 39.89 51.63 -
YUV 133.71 156.37 36.91 -
System Red Green Blue C M Y K H S L
Decimal 6 189 184 0.97 0 0.03 0.26 178.36 0.94 0.38
Hex 6 BD B8 61 0 3 1A B2 5E 26
Octal 6 275 270 141 0 3 32 262 136 46
Binary 110 10111101 10111000 1100001 0 11 11010 10110010 1011110 100110

Color Harmonies of #06BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDB8

Black with #06BDB8

Text Example


Text Example

White with #06BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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