Html Css Color HEX #06BCD8 Iris Blue

📋 copy color: '#06BCD8'

red 6 ◦ green 188 ◦ blue 216

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

Shades of Iris Blue #06BCD8

Tints of Iris Blue #06BCD8

RGB

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

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

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

R = 1.46%
G = 45.85%
B = 52.68%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#06BCD8 (or 0x06BCD8) is known color: Iris Blue. HEX triplet: 06, BC and D8. RGB value is (6,188,216). Sum of RGB (Red+Green+Blue) = 6+188+216=410 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #06BCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCD8 is #F94327. Grayscale: #888888. Windows color (decimal): -16335656 or 14203910. OLE color: 14203910.

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

Color convert

RGB 6 188 216 -
CMYK 0.97 0.13 0 0.15
HSL 188º 0.95% 0.44% -
HSV(B) 188º 0.97% 0.85% -
XYZ 30.45 40.96 71.27 -
YUV 136.77 172.7 34.72 -
System Red Green Blue C M Y K H S L
Decimal 6 188 216 0.97 0.13 0 0.15 188 0.95 0.44
Hex 6 BC D8 61 D 0 F BC 5F 2C
Octal 6 274 330 141 15 0 17 274 137 54
Binary 110 10111100 11011000 1100001 1101 0 1111 10111100 1011111 101100

Color Harmonies of #06BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCD8

Black with #06BCD8

Text Example


Text Example

White with #06BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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