Html Css Color HEX #09BEDC Iris Blue

📋 copy color: '#09BEDC'

red 9 ◦ green 190 ◦ blue 220

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

Shades of Iris Blue #09BEDC

Tints of Iris Blue #09BEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 2.15%
G = 45.35%
B = 52.51%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09BEDC (or 0x09BEDC) is known color: Iris Blue. HEX triplet: 09, BE and DC. RGB value is (9,190,220). Sum of RGB (Red+Green+Blue) = 9+190+220=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #09BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEDC is #F64123. Grayscale: #8B8B8B. Windows color (decimal): -16138532 or 14466569. OLE color: 14466569.

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

Color convert

RGB 9 190 220 -
CMYK 0.96 0.14 0 0.14
HSL 188.53º 0.92% 0.45% -
HSV(B) 188.53º 0.96% 0.86% -
XYZ 31.44 42.05 74.17 -
YUV 139.3 173.53 35.06 -
System Red Green Blue C M Y K H S L
Decimal 9 190 220 0.96 0.14 0 0.14 188.53 0.92 0.45
Hex 9 BE DC 60 E 0 E BD 5C 2D
Octal 11 276 334 140 16 0 16 275 134 55
Binary 1001 10111110 11011100 1100000 1110 0 1110 10111101 1011100 101101

Color Harmonies of #09BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BEDC

Black with #09BEDC

Text Example


Text Example

White with #09BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,190,220); }

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

background-color css

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

 a { background-color: rgb(9,190,220); }

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

border-color css

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

 span { border-color: rgb(9,190,220); }

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