Html Css Color HEX #09BEDE Iris Blue

📋 copy color: '#09BEDE'

red 9 ◦ green 190 ◦ blue 222

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

Shades of Iris Blue #09BEDE

Tints of Iris Blue #09BEDE

RGB

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

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

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

R = 2.14%
G = 45.13%
B = 52.73%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09BEDE (or 0x09BEDE) is known color: Iris Blue. HEX triplet: 09, BE and DE. RGB value is (9,190,222). Sum of RGB (Red+Green+Blue) = 9+190+222=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #09BEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEDE is #F64121. Grayscale: #8B8B8B. Windows color (decimal): -16138530 or 14597641. OLE color: 14597641.

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

Color convert

RGB 9 190 222 -
CMYK 0.96 0.14 0 0.13
HSL 189.01º 0.92% 0.45% -
HSV(B) 189.01º 0.96% 0.87% -
XYZ 31.71 42.16 75.57 -
YUV 139.53 174.53 34.9 -
System Red Green Blue C M Y K H S L
Decimal 9 190 222 0.96 0.14 0 0.13 189.01 0.92 0.45
Hex 9 BE DE 60 E 0 D BD 5C 2D
Octal 11 276 336 140 16 0 15 275 134 55
Binary 1001 10111110 11011110 1100000 1110 0 1101 10111101 1011100 101101

Color Harmonies of #09BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BEDE

Black with #09BEDE

Text Example


Text Example

White with #09BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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