Html Css Color HEX #06B4DB Iris Blue

📋 copy color: '#06B4DB'

red 6 ◦ green 180 ◦ blue 219

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

Shades of Iris Blue #06B4DB

Tints of Iris Blue #06B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

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

R = 1.48%
G = 44.44%
B = 54.07%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06B4DB (or 0x06B4DB) is known color: Iris Blue. HEX triplet: 06, B4 and DB. RGB value is (6,180,219). Sum of RGB (Red+Green+Blue) = 6+180+219=405 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #06B4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06B4DB is #F94B24. Grayscale: #848484. Windows color (decimal): -16337701 or 14398470. OLE color: 14398470.

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

Color convert

RGB 6 180 219 -
CMYK 0.97 0.18 0 0.14
HSL 190.99º 0.95% 0.44% -
HSV(B) 190.99º 0.97% 0.86% -
XYZ 29.18 37.8 72.78 -
YUV 132.42 176.85 37.83 -
System Red Green Blue C M Y K H S L
Decimal 6 180 219 0.97 0.18 0 0.14 190.99 0.95 0.44
Hex 6 B4 DB 61 12 0 E BF 5F 2C
Octal 6 264 333 141 22 0 16 277 137 54
Binary 110 10110100 11011011 1100001 10010 0 1110 10111111 1011111 101100

Color Harmonies of #06B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B4DB

Black with #06B4DB

Text Example


Text Example

White with #06B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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