Html Css Color HEX #09BCCD Iris Blue

📋 copy color: '#09BCCD'

red 9 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #09BCCD

Tints of Iris Blue #09BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 2.24%
G = 46.77%
B = 51%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09BCCD (or 0x09BCCD) is known color: Iris Blue. HEX triplet: 09, BC and CD. RGB value is (9,188,205). Sum of RGB (Red+Green+Blue) = 9+188+205=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #09BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCCD is #F64332. Grayscale: #888888. Windows color (decimal): -16139059 or 13483017. OLE color: 13483017.

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

Color convert

RGB 9 188 205 -
CMYK 0.96 0.08 0 0.20
HSL 185.2º 0.92% 0.42% -
HSV(B) 185.2º 0.96% 0.8% -
XYZ 29.12 40.43 64.03 -
YUV 136.42 166.7 37.12 -
System Red Green Blue C M Y K H S L
Decimal 9 188 205 0.96 0.08 0 0.20 185.2 0.92 0.42
Hex 9 BC CD 60 8 0 14 B9 5C 2A
Octal 11 274 315 140 10 0 24 271 134 52
Binary 1001 10111100 11001101 1100000 1000 0 10100 10111001 1011100 101010

Color Harmonies of #09BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCCD

Black with #09BCCD

Text Example


Text Example

White with #09BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,188,205); }

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

background-color css

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

 a { background-color: rgb(9,188,205); }

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

border-color css

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

 span { border-color: rgb(9,188,205); }

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