Html Css Color HEX #09B5C9 Iris Blue

📋 copy color: '#09B5C9'

red 9 ◦ green 181 ◦ blue 201

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

Shades of Iris Blue #09B5C9

Tints of Iris Blue #09B5C9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 2.3%
G = 46.29%
B = 51.41%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#09B5C9 (or 0x09B5C9) is known color: Iris Blue. HEX triplet: 09, B5 and C9. RGB value is (9,181,201). Sum of RGB (Red+Green+Blue) = 9+181+201=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #09B5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5C9 is #F64A36. Grayscale: #838383. Windows color (decimal): -16140855 or 13219081. OLE color: 13219081.

HSL color Cylindrical-coordinate representation of color #09B5C9: hue angle of 186.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B5C9 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 181 201 -
CMYK 0.96 0.10 0 0.21
HSL 186.25º 0.91% 0.41% -
HSV(B) 186.25º 0.96% 0.79% -
XYZ 27.18 37.32 61.03 -
YUV 131.85 167.02 40.37 -
System Red Green Blue C M Y K H S L
Decimal 9 181 201 0.96 0.10 0 0.21 186.25 0.91 0.41
Hex 9 B5 C9 60 A 0 15 BA 5B 29
Octal 11 265 311 140 12 0 25 272 133 51
Binary 1001 10110101 11001001 1100000 1010 0 10101 10111010 1011011 101001

Color Harmonies of #09B5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B5C9

Black with #09B5C9

Text Example


Text Example

White with #09B5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,181,201); }

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

background-color css

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

 a { background-color: rgb(9,181,201); }

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

border-color css

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

 span { border-color: rgb(9,181,201); }

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