Html Css Color HEX #06ABCF Iris Blue

📋 copy color: '#06ABCF'

red 6 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #06ABCF

Tints of Iris Blue #06ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

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

R = 1.56%
G = 44.53%
B = 53.91%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06ABCF (or 0x06ABCF) is known color: Iris Blue. HEX triplet: 06, AB and CF. RGB value is (6,171,207). Sum of RGB (Red+Green+Blue) = 6+171+207=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #06ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABCF is #F95430. Grayscale: #7D7D7D. Windows color (decimal): -16340017 or 13609734. OLE color: 13609734.

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

Color convert

RGB 6 171 207 -
CMYK 0.97 0.17 0 0.19
HSL 190.75º 0.94% 0.42% -
HSV(B) 190.75º 0.97% 0.81% -
XYZ 25.9 33.67 64.17 -
YUV 125.77 173.84 42.57 -
System Red Green Blue C M Y K H S L
Decimal 6 171 207 0.97 0.17 0 0.19 190.75 0.94 0.42
Hex 6 AB CF 61 11 0 13 BF 5E 2A
Octal 6 253 317 141 21 0 23 277 136 52
Binary 110 10101011 11001111 1100001 10001 0 10011 10111111 1011110 101010

Color Harmonies of #06ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABCF

Black with #06ABCF

Text Example


Text Example

White with #06ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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