Html Css Color HEX #09B3C2 Iris Blue

📋 copy color: '#09B3C2'

red 9 ◦ green 179 ◦ blue 194

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

Shades of Iris Blue #09B3C2

Tints of Iris Blue #09B3C2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

 BLUE value IS 194 (76.17% from 255) = 50.79%

R = 2.36%
G = 46.86%
B = 50.79%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#09B3C2 (or 0x09B3C2) is known color: Iris Blue. HEX triplet: 09, B3 and C2. RGB value is (9,179,194). Sum of RGB (Red+Green+Blue) = 9+179+194=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #09B3C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B3C2 is #F64C3D. Grayscale: #818181. Windows color (decimal): -16141374 or 12759817. OLE color: 12759817.

HSL color Cylindrical-coordinate representation of color #09B3C2: hue angle of 184.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B3C2 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 179 194 -
CMYK 0.95 0.08 0 0.24
HSL 184.86º 0.91% 0.4% -
HSV(B) 184.86º 0.95% 0.76% -
XYZ 25.97 36.19 56.66 -
YUV 129.88 164.18 41.78 -
System Red Green Blue C M Y K H S L
Decimal 9 179 194 0.95 0.08 0 0.24 184.86 0.91 0.4
Hex 9 B3 C2 5F 8 0 18 B9 5B 28
Octal 11 263 302 137 10 0 30 271 133 50
Binary 1001 10110011 11000010 1011111 1000 0 11000 10111001 1011011 101000

Color Harmonies of #09B3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B3C2

Black with #09B3C2

Text Example


Text Example

White with #09B3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,179,194); }

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

background-color css

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

 a { background-color: rgb(9,179,194); }

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

border-color css

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

 span { border-color: rgb(9,179,194); }

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