Html Css Color HEX #06BCDB Iris Blue

📋 copy color: '#06BCDB'

red 6 ◦ green 188 ◦ blue 219

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

Shades of Iris Blue #06BCDB

Tints of Iris Blue #06BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 1.45%
G = 45.52%
B = 53.03%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06BCDB (or 0x06BCDB) is known color: Iris Blue. HEX triplet: 06, BC and DB. RGB value is (6,188,219). Sum of RGB (Red+Green+Blue) = 6+188+219=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #06BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BCDB is #F94324. Grayscale: #888888. Windows color (decimal): -16335653 or 14400518. OLE color: 14400518.

HSL color Cylindrical-coordinate representation of color #06BCDB: hue angle of 188.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCDB is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 188 219 -
CMYK 0.97 0.14 0 0.14
HSL 188.73º 0.95% 0.44% -
HSV(B) 188.73º 0.97% 0.86% -
XYZ 30.84 41.12 73.33 -
YUV 137.12 174.2 34.48 -
System Red Green Blue C M Y K H S L
Decimal 6 188 219 0.97 0.14 0 0.14 188.73 0.95 0.44
Hex 6 BC DB 61 E 0 E BD 5F 2C
Octal 6 274 333 141 16 0 16 275 137 54
Binary 110 10111100 11011011 1100001 1110 0 1110 10111101 1011111 101100

Color Harmonies of #06BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCDB

Black with #06BCDB

Text Example


Text Example

White with #06BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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