Html Css Color HEX #06BCD5 Iris Blue

📋 copy color: '#06BCD5'

red 6 ◦ green 188 ◦ blue 213

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

Shades of Iris Blue #06BCD5

Tints of Iris Blue #06BCD5

RGB

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

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

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

R = 1.47%
G = 46.19%
B = 52.33%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#06BCD5 (or 0x06BCD5) is known color: Iris Blue. HEX triplet: 06, BC and D5. RGB value is (6,188,213). Sum of RGB (Red+Green+Blue) = 6+188+213=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #06BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCD5 is #F9432A. Grayscale: #888888. Windows color (decimal): -16335659 or 14007302. OLE color: 14007302.

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

Color convert

RGB 6 188 213 -
CMYK 0.97 0.12 0 0.16
HSL 187.25º 0.95% 0.43% -
HSV(B) 187.25º 0.97% 0.84% -
XYZ 30.07 40.81 69.24 -
YUV 136.43 171.2 34.97 -
System Red Green Blue C M Y K H S L
Decimal 6 188 213 0.97 0.12 0 0.16 187.25 0.95 0.43
Hex 6 BC D5 61 C 0 10 BB 5F 2B
Octal 6 274 325 141 14 0 20 273 137 53
Binary 110 10111100 11010101 1100001 1100 0 10000 10111011 1011111 101011

Color Harmonies of #06BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCD5

Black with #06BCD5

Text Example


Text Example

White with #06BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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