Html Css Color HEX #09B0CA Iris Blue

📋 copy color: '#09B0CA'

red 9 ◦ green 176 ◦ blue 202

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

Shades of Iris Blue #09B0CA

Tints of Iris Blue #09B0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 2.33%
G = 45.48%
B = 52.2%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#09B0CA (or 0x09B0CA) is known color: Iris Blue. HEX triplet: 09, B0 and CA. RGB value is (9,176,202). Sum of RGB (Red+Green+Blue) = 9+176+202=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #09B0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0CA is #F64F35. Grayscale: #808080. Windows color (decimal): -16142134 or 13283337. OLE color: 13283337.

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

Color convert

RGB 9 176 202 -
CMYK 0.96 0.13 0 0.21
HSL 188.08º 0.91% 0.41% -
HSV(B) 188.08º 0.96% 0.79% -
XYZ 26.3 35.37 61.32 -
YUV 129.03 169.17 42.39 -
System Red Green Blue C M Y K H S L
Decimal 9 176 202 0.96 0.13 0 0.21 188.08 0.91 0.41
Hex 9 B0 CA 60 D 0 15 BC 5B 29
Octal 11 260 312 140 15 0 25 274 133 51
Binary 1001 10110000 11001010 1100000 1101 0 10101 10111100 1011011 101001

Color Harmonies of #09B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0CA

Black with #09B0CA

Text Example


Text Example

White with #09B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,202); }

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

background-color css

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

 a { background-color: rgb(9,176,202); }

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

border-color css

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

 span { border-color: rgb(9,176,202); }

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