Html Css Color HEX #09BDDE Iris Blue

📋 copy color: '#09BDDE'

red 9 ◦ green 189 ◦ blue 222

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

Shades of Iris Blue #09BDDE

Tints of Iris Blue #09BDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45%

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 2.14%
G = 45%
B = 52.86%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09BDDE (or 0x09BDDE) is known color: Iris Blue. HEX triplet: 09, BD and DE. RGB value is (9,189,222). Sum of RGB (Red+Green+Blue) = 9+189+222=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #09BDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDDE is #F64221. Grayscale: #8A8A8A. Windows color (decimal): -16138786 or 14597385. OLE color: 14597385.

HSL color Cylindrical-coordinate representation of color #09BDDE: hue angle of 189.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDDE is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 189 222 -
CMYK 0.96 0.15 0 0.13
HSL 189.3º 0.92% 0.45% -
HSV(B) 189.3º 0.96% 0.87% -
XYZ 31.5 41.73 75.5 -
YUV 138.94 174.87 35.32 -
System Red Green Blue C M Y K H S L
Decimal 9 189 222 0.96 0.15 0 0.13 189.3 0.92 0.45
Hex 9 BD DE 60 F 0 D BD 5C 2D
Octal 11 275 336 140 17 0 15 275 134 55
Binary 1001 10111101 11011110 1100000 1111 0 1101 10111101 1011100 101101

Color Harmonies of #09BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDDE

Black with #09BDDE

Text Example


Text Example

White with #09BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,189,222); }

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

background-color css

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

 a { background-color: rgb(9,189,222); }

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

border-color css

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

 span { border-color: rgb(9,189,222); }

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