Html Css Color HEX #06BACF Iris Blue

📋 copy color: '#06BACF'

red 6 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #06BACF

Tints of Iris Blue #06BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 1.5%
G = 46.62%
B = 51.88%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06BACF (or 0x06BACF) is known color: Iris Blue. HEX triplet: 06, BA and CF. RGB value is (6,186,207). Sum of RGB (Red+Green+Blue) = 6+186+207=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #06BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BACF is #F94530. Grayscale: #868686. Windows color (decimal): -16336177 or 13613574. OLE color: 13613574.

HSL color Cylindrical-coordinate representation of color #06BACF: hue angle of 186.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BACF is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 186 207 -
CMYK 0.97 0.10 0 0.19
HSL 186.27º 0.94% 0.42% -
HSV(B) 186.27º 0.97% 0.81% -
XYZ 28.9 39.66 65.16 -
YUV 134.57 168.87 36.29 -
System Red Green Blue C M Y K H S L
Decimal 6 186 207 0.97 0.10 0 0.19 186.27 0.94 0.42
Hex 6 BA CF 61 A 0 13 BA 5E 2A
Octal 6 272 317 141 12 0 23 272 136 52
Binary 110 10111010 11001111 1100001 1010 0 10011 10111010 1011110 101010

Color Harmonies of #06BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BACF

Black with #06BACF

Text Example


Text Example

White with #06BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,186,207); }

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

background-color css

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

 a { background-color: rgb(6,186,207); }

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

border-color css

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

 span { border-color: rgb(6,186,207); }

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