Html Css Color HEX #06ABDE Iris Blue

📋 copy color: '#06ABDE'

red 6 ◦ green 171 ◦ blue 222

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

Shades of Iris Blue #06ABDE

Tints of Iris Blue #06ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 1.5%
G = 42.86%
B = 55.64%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06ABDE (or 0x06ABDE) is known color: Iris Blue. HEX triplet: 06, AB and DE. RGB value is (6,171,222). Sum of RGB (Red+Green+Blue) = 6+171+222=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #06ABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABDE is #F95421. Grayscale: #7F7F7F. Windows color (decimal): -16340002 or 14592774. OLE color: 14592774.

HSL color Cylindrical-coordinate representation of color #06ABDE: hue angle of 194.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABDE is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 171 222 -
CMYK 0.97 0.23 0 0.13
HSL 194.17º 0.95% 0.45% -
HSV(B) 194.17º 0.97% 0.87% -
XYZ 27.82 34.44 74.29 -
YUV 127.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 6 171 222 0.97 0.23 0 0.13 194.17 0.95 0.45
Hex 6 AB DE 61 17 0 D C2 5F 2D
Octal 6 253 336 141 27 0 15 302 137 55
Binary 110 10101011 11011110 1100001 10111 0 1101 11000010 1011111 101101

Color Harmonies of #06ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABDE

Black with #06ABDE

Text Example


Text Example

White with #06ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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