Html Css Color HEX #09B0D2 Iris Blue

📋 copy color: '#09B0D2'

red 9 ◦ green 176 ◦ blue 210

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

Shades of Iris Blue #09B0D2

Tints of Iris Blue #09B0D2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 2.28%
G = 44.56%
B = 53.16%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#09B0D2 (or 0x09B0D2) is known color: Iris Blue. HEX triplet: 09, B0 and D2. RGB value is (9,176,210). Sum of RGB (Red+Green+Blue) = 9+176+210=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #09B0D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0D2 is #F64F2D. Grayscale: #818181. Windows color (decimal): -16142126 or 13807625. OLE color: 13807625.

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

Color convert

RGB 9 176 210 -
CMYK 0.96 0.16 0 0.18
HSL 190.15º 0.92% 0.43% -
HSV(B) 190.15º 0.96% 0.82% -
XYZ 27.27 35.76 66.44 -
YUV 129.94 173.17 41.74 -
System Red Green Blue C M Y K H S L
Decimal 9 176 210 0.96 0.16 0 0.18 190.15 0.92 0.43
Hex 9 B0 D2 60 10 0 12 BE 5C 2B
Octal 11 260 322 140 20 0 22 276 134 53
Binary 1001 10110000 11010010 1100000 10000 0 10010 10111110 1011100 101011

Color Harmonies of #09B0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0D2

Black with #09B0D2

Text Example


Text Example

White with #09B0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,210); }

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

background-color css

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

 a { background-color: rgb(9,176,210); }

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

border-color css

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

 span { border-color: rgb(9,176,210); }

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