Html Css Color HEX #09B6CF Iris Blue

📋 copy color: '#09B6CF'

red 9 ◦ green 182 ◦ blue 207

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

Shades of Iris Blue #09B6CF

Tints of Iris Blue #09B6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 2.26%
G = 45.73%
B = 52.01%

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

#09B6CF (or 0x09B6CF) is known color: Iris Blue. HEX triplet: 09, B6 and CF. RGB value is (9,182,207). Sum of RGB (Red+Green+Blue) = 9+182+207=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #09B6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B6CF is #F64930. Grayscale: #848484. Windows color (decimal): -16140593 or 13612553. OLE color: 13612553.

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

Color convert

RGB 9 182 207 -
CMYK 0.96 0.12 0 0.19
HSL 187.58º 0.92% 0.42% -
HSV(B) 187.58º 0.96% 0.81% -
XYZ 28.1 38.02 64.89 -
YUV 133.12 169.69 39.47 -
System Red Green Blue C M Y K H S L
Decimal 9 182 207 0.96 0.12 0 0.19 187.58 0.92 0.42
Hex 9 B6 CF 60 C 0 13 BC 5C 2A
Octal 11 266 317 140 14 0 23 274 134 52
Binary 1001 10110110 11001111 1100000 1100 0 10011 10111100 1011100 101010

Color Harmonies of #09B6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B6CF

Black with #09B6CF

Text Example


Text Example

White with #09B6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,182,207); }

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

background-color css

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

 a { background-color: rgb(9,182,207); }

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

border-color css

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

 span { border-color: rgb(9,182,207); }

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