Html Css Color HEX #06BCCD Iris Blue

📋 copy color: '#06BCCD'

red 6 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #06BCCD

Tints of Iris Blue #06BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 1.5%
G = 47.12%
B = 51.38%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#06BCCD (or 0x06BCCD) is known color: Iris Blue. HEX triplet: 06, BC and CD. RGB value is (6,188,205). Sum of RGB (Red+Green+Blue) = 6+188+205=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #06BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCCD is #F94332. Grayscale: #878787. Windows color (decimal): -16335667 or 13483014. OLE color: 13483014.

HSL color Cylindrical-coordinate representation of color #06BCCD: hue angle of 185.13º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCCD is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 188 205 -
CMYK 0.97 0.08 0 0.20
HSL 185.13º 0.94% 0.41% -
HSV(B) 185.13º 0.97% 0.8% -
XYZ 29.08 40.41 64.03 -
YUV 135.52 167.2 35.62 -
System Red Green Blue C M Y K H S L
Decimal 6 188 205 0.97 0.08 0 0.20 185.13 0.94 0.41
Hex 6 BC CD 61 8 0 14 B9 5E 29
Octal 6 274 315 141 10 0 24 271 136 51
Binary 110 10111100 11001101 1100001 1000 0 10100 10111001 1011110 101001

Color Harmonies of #06BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCCD

Black with #06BCCD

Text Example


Text Example

White with #06BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,188,205); }

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

background-color css

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

 a { background-color: rgb(6,188,205); }

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

border-color css

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

 span { border-color: rgb(6,188,205); }

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