Html Css Color HEX #09B1DE Iris Blue

📋 copy color: '#09B1DE'

red 9 ◦ green 177 ◦ blue 222

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

Shades of Iris Blue #09B1DE

Tints of Iris Blue #09B1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 2.21%
G = 43.38%
B = 54.41%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09B1DE (or 0x09B1DE) is known color: Iris Blue. HEX triplet: 09, B1 and DE. RGB value is (9,177,222). Sum of RGB (Red+Green+Blue) = 9+177+222=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #09B1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B1DE is #F64E21. Grayscale: #838383. Windows color (decimal): -16141858 or 14594313. OLE color: 14594313.

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

Color convert

RGB 9 177 222 -
CMYK 0.96 0.20 0 0.13
HSL 192.68º 0.92% 0.45% -
HSV(B) 192.68º 0.96% 0.87% -
XYZ 29.02 36.78 74.68 -
YUV 131.9 178.84 40.34 -
System Red Green Blue C M Y K H S L
Decimal 9 177 222 0.96 0.20 0 0.13 192.68 0.92 0.45
Hex 9 B1 DE 60 14 0 D C1 5C 2D
Octal 11 261 336 140 24 0 15 301 134 55
Binary 1001 10110001 11011110 1100000 10100 0 1101 11000001 1011100 101101

Color Harmonies of #09B1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B1DE

Black with #09B1DE

Text Example


Text Example

White with #09B1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,177,222); }

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

background-color css

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

 a { background-color: rgb(9,177,222); }

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

border-color css

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

 span { border-color: rgb(9,177,222); }

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