Html Css Color HEX #09BDDB Iris Blue

📋 copy color: '#09BDDB'

red 9 ◦ green 189 ◦ blue 219

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

Shades of Iris Blue #09BDDB

Tints of Iris Blue #09BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 2.16%
G = 45.32%
B = 52.52%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09BDDB (or 0x09BDDB) is known color: Iris Blue. HEX triplet: 09, BD and DB. RGB value is (9,189,219). Sum of RGB (Red+Green+Blue) = 9+189+219=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #09BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDDB is #F64224. Grayscale: #8A8A8A. Windows color (decimal): -16138789 or 14400777. OLE color: 14400777.

HSL color Cylindrical-coordinate representation of color #09BDDB: hue angle of 188.57º 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 #09BDDB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 189 219 -
CMYK 0.96 0.14 0 0.14
HSL 188.57º 0.92% 0.45% -
HSV(B) 188.57º 0.96% 0.86% -
XYZ 31.1 41.57 73.4 -
YUV 138.6 173.37 35.56 -
System Red Green Blue C M Y K H S L
Decimal 9 189 219 0.96 0.14 0 0.14 188.57 0.92 0.45
Hex 9 BD DB 60 E 0 E BD 5C 2D
Octal 11 275 333 140 16 0 16 275 134 55
Binary 1001 10111101 11011011 1100000 1110 0 1110 10111101 1011100 101101

Color Harmonies of #09BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDDB

Black with #09BDDB

Text Example


Text Example

White with #09BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,189,219); }

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

background-color css

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

 a { background-color: rgb(9,189,219); }

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

border-color css

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

 span { border-color: rgb(9,189,219); }

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