#06B4E4

Color #06B4E4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #06B4E4

Tints of Iris Blue #06B4E4

Color information

#06B4E4 (or 0x06B4E4) is unknown color: approx Iris Blue. HEX triplet: 06, B4 and E4. RGB value is (6,180,228). Sum of RGB (Red+Green+Blue) = 6+180+228=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #06B4E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B4E4 is #F94B1B. Grayscale: #858585. Windows color (decimal): -16337692 or 14988294. OLE color: 14988294.

HSL color Cylindrical-coordinate representation of color #06B4E4: hue angle of 192.97º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B4E4 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6180228-
CMYK0.970.2100.11
HSL192.97º94.87%45.88%-
HSV(B)192.97º97.37%89.41%-
XYZ30.438.2879.19-
YUV133.45181.3537.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.45%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 228 (89.45% from 255) = 55.07%
R=1.45%
G=43.48%
B=55.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61802280.970.2100.11192.9794.8745.88
Hex6B4E461150Bc15f2e
Octal62643441412501330113756
Binary110101101001110010011000011010101011110000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,180,228); }

 H1.HeaderClassName
 {
   color: #06B4E4;
 }
 .AnyTagClassName
 {
   color: #06B4E4;
 }
</style>
background-color css

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

 a { background-color: rgb(6,180,228); }

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

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

 span { border-color: rgb(6,180,228); }

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