Html Css Color HEX #09B5CE Iris Blue

📋 copy color: '#09B5CE'

red 9 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #09B5CE

Tints of Iris Blue #09B5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 2.27%
G = 45.71%
B = 52.02%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09B5CE (or 0x09B5CE) is known color: Iris Blue. HEX triplet: 09, B5 and CE. RGB value is (9,181,206). Sum of RGB (Red+Green+Blue) = 9+181+206=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #09B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5CE is #F64A31. Grayscale: #848484. Windows color (decimal): -16140850 or 13546761. OLE color: 13546761.

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

Color convert

RGB 9 181 206 -
CMYK 0.96 0.12 0 0.19
HSL 187.61º 0.92% 0.42% -
HSV(B) 187.61º 0.96% 0.81% -
XYZ 27.78 37.56 64.18 -
YUV 132.42 169.52 39.97 -
System Red Green Blue C M Y K H S L
Decimal 9 181 206 0.96 0.12 0 0.19 187.61 0.92 0.42
Hex 9 B5 CE 60 C 0 13 BC 5C 2A
Octal 11 265 316 140 14 0 23 274 134 52
Binary 1001 10110101 11001110 1100000 1100 0 10011 10111100 1011100 101010

Color Harmonies of #09B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B5CE

Black with #09B5CE

Text Example


Text Example

White with #09B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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