Html Css Color HEX #06BED5 Iris Blue

📋 copy color: '#06BED5'

red 6 ◦ green 190 ◦ blue 213

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

Shades of Iris Blue #06BED5

Tints of Iris Blue #06BED5

RGB

 RED value IS 6 (2.73% from 255) = 1.47%

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 1.47%
G = 46.45%
B = 52.08%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#06BED5 (or 0x06BED5) is known color: Iris Blue. HEX triplet: 06, BE and D5. RGB value is (6,190,213). Sum of RGB (Red+Green+Blue) = 6+190+213=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #06BED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BED5 is #F9412A. Grayscale: #898989. Windows color (decimal): -16335147 or 14007814. OLE color: 14007814.

HSL color Cylindrical-coordinate representation of color #06BED5: hue angle of 186.67º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BED5 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 190 213 -
CMYK 0.97 0.11 0 0.16
HSL 186.67º 0.95% 0.43% -
HSV(B) 186.67º 0.97% 0.84% -
XYZ 30.5 41.67 69.39 -
YUV 137.61 170.54 34.13 -
System Red Green Blue C M Y K H S L
Decimal 6 190 213 0.97 0.11 0 0.16 186.67 0.95 0.43
Hex 6 BE D5 61 B 0 10 BB 5F 2B
Octal 6 276 325 141 13 0 20 273 137 53
Binary 110 10111110 11010101 1100001 1011 0 10000 10111011 1011111 101011

Color Harmonies of #06BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BED5

Black with #06BED5

Text Example


Text Example

White with #06BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BED5; }

 p { color: rgb(6,190,213); }

 H1.HeaderClassName
 {
   color: #06BED5;
 }
 .AnyTagClassName
 {
   color: #06BED5;
 }
</style>

background-color css

<style>
 a { background-color: #06BED5; }

 a { background-color: rgb(6,190,213); }

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

border-color css

<style>
 span { border-color: #06BED5; }

 span { border-color: rgb(6,190,213); }

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