Html Css Color HEX #09B8CD Iris Blue

📋 copy color: '#09B8CD'

red 9 ◦ green 184 ◦ blue 205

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

Shades of Iris Blue #09B8CD

Tints of Iris Blue #09B8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.23%

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

R = 2.26%
G = 46.23%
B = 51.51%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09B8CD (or 0x09B8CD) is known color: Iris Blue. HEX triplet: 09, B8 and CD. RGB value is (9,184,205). Sum of RGB (Red+Green+Blue) = 9+184+205=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #09B8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8CD is #F64732. Grayscale: #858585. Windows color (decimal): -16140083 or 13481993. OLE color: 13481993.

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

Color convert

RGB 9 184 205 -
CMYK 0.96 0.10 0 0.20
HSL 186.43º 0.92% 0.42% -
HSV(B) 186.43º 0.96% 0.8% -
XYZ 28.27 38.75 63.75 -
YUV 134.07 168.02 38.79 -
System Red Green Blue C M Y K H S L
Decimal 9 184 205 0.96 0.10 0 0.20 186.43 0.92 0.42
Hex 9 B8 CD 60 A 0 14 BA 5C 2A
Octal 11 270 315 140 12 0 24 272 134 52
Binary 1001 10111000 11001101 1100000 1010 0 10100 10111010 1011100 101010

Color Harmonies of #09B8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B8CD

Black with #09B8CD

Text Example


Text Example

White with #09B8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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