Html Css Color HEX #09B4DC Iris Blue

📋 copy color: '#09B4DC'

red 9 ◦ green 180 ◦ blue 220

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

Shades of Iris Blue #09B4DC

Tints of Iris Blue #09B4DC

RGB

 RED value IS 9 (3.91% from 255) = 2.2%

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 2.2%
G = 44.01%
B = 53.79%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09B4DC (or 0x09B4DC) is known color: Iris Blue. HEX triplet: 09, B4 and DC. RGB value is (9,180,220). Sum of RGB (Red+Green+Blue) = 9+180+220=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #09B4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B4DC is #F64B23. Grayscale: #858585. Windows color (decimal): -16141092 or 14464009. OLE color: 14464009.

HSL color Cylindrical-coordinate representation of color #09B4DC: hue angle of 191.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B4DC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 180 220 -
CMYK 0.96 0.18 0 0.14
HSL 191.37º 0.92% 0.45% -
HSV(B) 191.37º 0.96% 0.86% -
XYZ 29.35 37.87 73.47 -
YUV 133.43 176.85 39.25 -
System Red Green Blue C M Y K H S L
Decimal 9 180 220 0.96 0.18 0 0.14 191.37 0.92 0.45
Hex 9 B4 DC 60 12 0 E BF 5C 2D
Octal 11 264 334 140 22 0 16 277 134 55
Binary 1001 10110100 11011100 1100000 10010 0 1110 10111111 1011100 101101

Color Harmonies of #09B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B4DC

Black with #09B4DC

Text Example


Text Example

White with #09B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09B4DC; }

 p { color: rgb(9,180,220); }

 H1.HeaderClassName
 {
   color: #09B4DC;
 }
 .AnyTagClassName
 {
   color: #09B4DC;
 }
</style>

background-color css

<style>
 a { background-color: #09B4DC; }

 a { background-color: rgb(9,180,220); }

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

border-color css

<style>
 span { border-color: #09B4DC; }

 span { border-color: rgb(9,180,220); }

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