Html Css Color HEX #09B4CB Iris Blue

📋 copy color: '#09B4CB'

red 9 ◦ green 180 ◦ blue 203

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

Shades of Iris Blue #09B4CB

Tints of Iris Blue #09B4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.92%

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 2.3%
G = 45.92%
B = 51.79%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09B4CB (or 0x09B4CB) is known color: Iris Blue. HEX triplet: 09, B4 and CB. RGB value is (9,180,203). Sum of RGB (Red+Green+Blue) = 9+180+203=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B4CB is #F64B34. Grayscale: #838383. Windows color (decimal): -16141109 or 13349897. OLE color: 13349897.

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

Color convert

RGB 9 180 203 -
CMYK 0.96 0.11 0 0.20
HSL 187.11º 0.92% 0.42% -
HSV(B) 187.11º 0.96% 0.8% -
XYZ 27.21 37.01 62.21 -
YUV 131.49 168.35 40.63 -
System Red Green Blue C M Y K H S L
Decimal 9 180 203 0.96 0.11 0 0.20 187.11 0.92 0.42
Hex 9 B4 CB 60 B 0 14 BB 5C 2A
Octal 11 264 313 140 13 0 24 273 134 52
Binary 1001 10110100 11001011 1100000 1011 0 10100 10111011 1011100 101010

Color Harmonies of #09B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B4CB

Black with #09B4CB

Text Example


Text Example

White with #09B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,180,203); }

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

background-color css

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

 a { background-color: rgb(9,180,203); }

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

border-color css

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

 span { border-color: rgb(9,180,203); }

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