Html Css Color HEX #09B0CF Iris Blue

📋 copy color: '#09B0CF'

red 9 ◦ green 176 ◦ blue 207

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

Shades of Iris Blue #09B0CF

Tints of Iris Blue #09B0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 2.3%
G = 44.9%
B = 52.81%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09B0CF (or 0x09B0CF) is known color: Iris Blue. HEX triplet: 09, B0 and CF. RGB value is (9,176,207). Sum of RGB (Red+Green+Blue) = 9+176+207=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #09B0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0CF is #F64F30. Grayscale: #818181. Windows color (decimal): -16142129 or 13611017. OLE color: 13611017.

HSL color Cylindrical-coordinate representation of color #09B0CF: hue angle of 189.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B0CF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 176 207 -
CMYK 0.96 0.15 0 0.19
HSL 189.39º 0.92% 0.42% -
HSV(B) 189.39º 0.96% 0.81% -
XYZ 26.9 35.61 64.49 -
YUV 129.6 171.67 41.98 -
System Red Green Blue C M Y K H S L
Decimal 9 176 207 0.96 0.15 0 0.19 189.39 0.92 0.42
Hex 9 B0 CF 60 F 0 13 BD 5C 2A
Octal 11 260 317 140 17 0 23 275 134 52
Binary 1001 10110000 11001111 1100000 1111 0 10011 10111101 1011100 101010

Color Harmonies of #09B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0CF

Black with #09B0CF

Text Example


Text Example

White with #09B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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