Html Css Color HEX #09BDCC Iris Blue

📋 copy color: '#09BDCC'

red 9 ◦ green 189 ◦ blue 204

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

Shades of Iris Blue #09BDCC

Tints of Iris Blue #09BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 2.24%
G = 47.01%
B = 50.75%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#09BDCC (or 0x09BDCC) is known color: Iris Blue. HEX triplet: 09, BD and CC. RGB value is (9,189,204). Sum of RGB (Red+Green+Blue) = 9+189+204=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #09BDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDCC is #F64233. Grayscale: #888888. Windows color (decimal): -16138804 or 13417737. OLE color: 13417737.

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

Color convert

RGB 9 189 204 -
CMYK 0.96 0.07 0 0.2
HSL 184.62º 0.92% 0.42% -
HSV(B) 184.62º 0.96% 0.8% -
XYZ 29.21 40.81 63.46 -
YUV 136.89 165.87 36.78 -
System Red Green Blue C M Y K H S L
Decimal 9 189 204 0.96 0.07 0 0.2 184.62 0.92 0.42
Hex 9 BD CC 60 7 0 14 B9 5C 2A
Octal 11 275 314 140 7 0 24 271 134 52
Binary 1001 10111101 11001100 1100000 111 0 10100 10111001 1011100 101010

Color Harmonies of #09BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDCC

Black with #09BDCC

Text Example


Text Example

White with #09BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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